Skip to content

Commit ba0c355

Browse files
committed
Exclude another PMD rule: ImmutableField.
1 parent 82e9bf9 commit ba0c355

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pmd.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<exclude name="CompareObjectsWithEquals"/>
1313
<!-- Maintainability is more important than a particular JVM's quirks. -->
1414
<exclude name="TooFewBranchesForASwitchStatement"/>
15+
<!-- Interacts poorly with Lombok and JCommander, but could be useful. -->
16+
<exclude name="ImmutableField"/>
1517
</rule>
1618
<rule ref="rulesets/java/basic.xml"/>
1719
<rule ref="rulesets/java/clone.xml"/>

0 commit comments

Comments
 (0)