We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162a43d commit 82e9bf9Copy full SHA for 82e9bf9
pmd.xml
@@ -8,7 +8,7 @@
8
<exclude name="UncommentedEmptyConstructor"/>
9
<!-- I disagree. -->
10
<exclude name="ConfusingTernary"/>
11
- <!-- I know what I'm doing so this is always wrong. -->
+ <!-- Complains about enums. I know what I'm doing so it's always wrong. -->
12
<exclude name="CompareObjectsWithEquals"/>
13
<!-- Maintainability is more important than a particular JVM's quirks. -->
14
<exclude name="TooFewBranchesForASwitchStatement"/>
0 commit comments