Skip to content

Commit b6c6a70

Browse files
committed
chore(pom): Changes on pmd rules
1 parent 80c169c commit b6c6a70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pmd.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
</description>
66

77
<!-- Basic Rules -->
8-
<rule ref="category/java/bestpractices.xml"/>
9-
<rule ref="category/java/braces.xml"/>
10-
<rule ref="category/java/design.xml"/>
11-
<rule ref="category/java/naming.xml"/>
12-
<rule ref="category/java/unusedcode.xml"/>
13-
<rule ref="category/java/documentation.xml"/>
8+
<rule ref="java/basic.xml"/>
9+
<rule ref="java/braces.xml"/>
10+
<rule ref="java/design.xml"/>
11+
<rule ref="java/naming.xml"/>
12+
<rule ref="java/unusedcode.xml"/>
13+
<rule ref="java/comments.xml"/>
1414

1515
<!-- Specific Custom Rules -->
1616
<rule ref="category/java/design.xml/ExcessiveMethodLength">

0 commit comments

Comments
 (0)