Static code analysis - allow for exclude patterns on classes
The new static code analysis feature using PMD is a good first start but there are too many false positives to make this useful
Here is one place to start:
Allow for specification of regex patterns to exclude classes. Specifically, classes that start with xxxx_ would be most helpful as it would allow us to remove from analysis unmanaged packed code like fflib (Enterprise Patterns) or sfab (SobjectFabricator). There are hundreds of lines of PMD rule alerts from these classes
1
vote
Anonymous
shared this idea
Team owners can specify exclude patterns on the rule set configuration page.