When defining a PMD ruleset is it possible to exclude a source file from a specific rule?
I want to do something like the following:
<rule ref=rulesets/java/logging-java.xml>
<exclude name="Ignore.java" />
</rule>
Exclude only seems to be supported for rule names. Is there anything similar for source files?