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.
UnnecessaryWarningSuppression
1 parent e28c251 commit 1ebe470Copy full SHA for 1ebe470
.config/pmd/java/ruleset.xml
@@ -25,6 +25,7 @@
25
<rule ref="category/java/bestpractices.xml/PreserveStackTrace"/>
26
<rule ref="category/java/bestpractices.xml/SimplifiableTestAssertion"/>
27
<rule ref="category/java/bestpractices.xml/SystemPrintln"/>
28
+ <rule ref="category/java/bestpractices.xml/UnnecessaryWarningSuppression"/>
29
<rule ref="category/java/bestpractices.xml/UnusedAssignment"/>
30
<rule ref="category/java/bestpractices.xml/UnusedFormalParameter"/>
31
<rule ref="category/java/bestpractices.xml/UnusedPrivateField"/>
0 commit comments