Removed suppression for SwitchDensity rule from PMD, issue #973
This commit is contained in:
parent
beae0df0a4
commit
841746e9c3
|
|
@ -160,12 +160,6 @@
|
|||
<property name="problemDepth" value="4"/>
|
||||
</properties>
|
||||
</rule>
|
||||
<rule ref="rulesets/java/design.xml/SwitchDensity">
|
||||
<properties>
|
||||
<!-- till #973 -->
|
||||
<property name="violationSuppressXPath" value="//ClassOrInterfaceDeclaration[@Image='DeclarationOrderCheck']"/>
|
||||
</properties>
|
||||
</rule>
|
||||
|
||||
<rule ref="rulesets/java/design.xml/SingularField">
|
||||
<properties>
|
||||
|
|
|
|||
Loading…
Reference in New Issue