Skip to content

Commit 7a2abdd

Browse files
authored
Add new rule UnnecessaryWarningSuppression (#74)
Refs pmd/pmd#5803
1 parent 0a3b539 commit 7a2abdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/net/sourceforge/pmd/pmd-dogfood-config.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
<priority>1</priority>
7272
</rule>
7373
<!-- <rule ref="category/java/bestpractices.xml/SystemPrintln" /> -->
74+
<rule ref="category/java/bestpractices.xml/UnnecessaryWarningSuppression">
75+
<priority>1</priority>
76+
</rule>
7477
<rule ref="category/java/bestpractices.xml/UnusedFormalParameter">
7578
<priority>1</priority>
7679
</rule>

0 commit comments

Comments
 (0)