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 80c169c commit b6c6a70Copy full SHA for b6c6a70
pmd.xml
@@ -5,12 +5,12 @@
5
</description>
6
7
<!-- 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"/>
+ <rule ref="java/basic.xml"/>
+ <rule ref="java/braces.xml"/>
+ <rule ref="java/design.xml"/>
+ <rule ref="java/naming.xml"/>
+ <rule ref="java/unusedcode.xml"/>
+ <rule ref="java/comments.xml"/>
14
15
<!-- Specific Custom Rules -->
16
<rule ref="category/java/design.xml/ExcessiveMethodLength">
0 commit comments