Skip to content

Commit

Permalink
fix rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
no-preserve-root committed Dec 3, 2024
1 parent 1cd6725 commit de9e8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<description>Common ruleset</description>

<rule ref="category/java/bestpractices.xml">
<exclude name="JUnitTestContainsTooManyAsserts" />
<exclude name="UnitTestContainsTooManyAsserts" />
<exclude name="LiteralsFirstInComparisons" />
</rule>

Expand Down

0 comments on commit de9e8fe

Please sign in to comment.