Enable PMD rule SingularField and fix violations
This commit is contained in:
parent
3b77f93c00
commit
a07fc132d2
5 changed files with 3 additions and 9 deletions
|
|
@ -34,7 +34,6 @@
|
|||
<exclude name="SimplifiableTestAssertion" />
|
||||
<exclude name="SimplifiedTernary" />
|
||||
<exclude name="SimplifyBooleanReturns" />
|
||||
<exclude name="SingularField" />
|
||||
<exclude name="UncommentedEmptyConstructor" />
|
||||
<exclude name="UncommentedEmptyMethodBody" />
|
||||
<exclude name="UnnecessaryFullyQualifiedName" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue