Skip to content

Commit 24d9ce1

Browse files
committed
Ignore Ncss Count as it does the same as Checkstyle
1 parent 283794c commit 24d9ce1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.config/pmd/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
<!-- Prohibits singleton pattern -->
6060
<exclude name="MutableStaticState"/>
6161

62+
<!-- Checks LoC, already handled by Checkstyle -->
63+
<exclude name="NcssCount"/>
64+
6265
<!-- Some override methods or Junit require this -->
6366
<exclude name="SignatureDeclareThrowsException"/>
6467

0 commit comments

Comments
 (0)