Skip to content

Commit 82e9bf9

Browse files
committed
Elaborate on CompareObjectsWithEquals exclusion.
1 parent 162a43d commit 82e9bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<exclude name="UncommentedEmptyConstructor"/>
99
<!-- I disagree. -->
1010
<exclude name="ConfusingTernary"/>
11-
<!-- I know what I'm doing so this is always wrong. -->
11+
<!-- Complains about enums. I know what I'm doing so it's always wrong. -->
1212
<exclude name="CompareObjectsWithEquals"/>
1313
<!-- Maintainability is more important than a particular JVM's quirks. -->
1414
<exclude name="TooFewBranchesForASwitchStatement"/>

0 commit comments

Comments
 (0)