AvoidLiteralsInIfCondition rule ignored in dogfood rulesets
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6892 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
<rule ref="rulesets/java/clone.xml"/>
|
||||
|
||||
<rule ref="rulesets/java/controversial.xml">
|
||||
<exclude name="AvoidLiteralsInIfCondition"/>
|
||||
<exclude name="OnlyOneReturn"/>
|
||||
<exclude name="AtLeastOneConstructor"/>
|
||||
<exclude name="CallSuperInConstructor"/>
|
||||
|
@ -43,6 +43,7 @@
|
||||
-->
|
||||
|
||||
<rule ref="rulesets/java/controversial.xml">
|
||||
<exclude name="AvoidLiteralsInIfCondition"/>
|
||||
<exclude name="OnlyOneReturn"/>
|
||||
<exclude name="AtLeastOneConstructor"/>
|
||||
<exclude name="CallSuperInConstructor"/>
|
||||
|
Reference in New Issue
Block a user