Skip to content

Commit 72ac67a

Browse files
committed
introduce PMD/category/java/errorprone.xml/MissingStaticMethodInNonInstantiatableClass rule
1 parent 7153f5b commit 72ac67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pmd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@
9494
<rule ref="category/java/errorprone.xml/ImportFromSamePackage" />
9595
<rule ref="category/java/errorprone.xml/InstantiationToGetClass" />
9696
<rule ref="category/java/errorprone.xml/InvalidSlf4jMessageFormat" />
97+
<rule ref="category/java/errorprone.xml/MissingStaticMethodInNonInstantiatableClass" />
9798
</ruleset>

0 commit comments

Comments
 (0)