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.
2 parents 2108b88 + bc19003 commit cf520ccCopy full SHA for cf520cc
etc/pmd-configuration.xml
@@ -7,6 +7,7 @@
7
<description>Ullrich Hafner's PMD rules</description>
8
9
<rule ref="category/java/bestpractices.xml">
10
+ <exclude name="LiteralsFirstInComparisons"/>
11
<exclude name="JUnitTestContainsTooManyAsserts"/>
12
<exclude name="JUnitTestsShouldIncludeAssert"/>
13
<exclude name="JUnitAssertionsShouldIncludeMessage"/>
0 commit comments