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 283794c commit 24d9ce1Copy full SHA for 24d9ce1
.config/pmd/ruleset.xml
@@ -59,6 +59,9 @@
59
<!-- Prohibits singleton pattern -->
60
<exclude name="MutableStaticState"/>
61
62
+ <!-- Checks LoC, already handled by Checkstyle -->
63
+ <exclude name="NcssCount"/>
64
+
65
<!-- Some override methods or Junit require this -->
66
<exclude name="SignatureDeclareThrowsException"/>
67
0 commit comments