Provide reasons for exclusions in 'naming' ruleset, issue #982
This commit is contained in:
parent
b29ca6b5f6
commit
fcb9246b30
|
|
@ -161,9 +161,13 @@
|
|||
<!--<rule ref="rulesets/java/logging-java.xml"/>-->
|
||||
<rule ref="rulesets/java/migrating.xml"/>
|
||||
<rule ref="rulesets/java/naming.xml">
|
||||
<!-- till #983 -->
|
||||
<exclude name="AbstractNaming"/>
|
||||
<!-- till #984 -->
|
||||
<exclude name="AvoidFieldNameMatchingMethodName"/>
|
||||
<!-- nothing bad in long and descriptive variable names if only they fit line -->
|
||||
<exclude name="LongVariable"/>
|
||||
<!-- till #985 -->
|
||||
<exclude name="ShortVariable"/>
|
||||
</rule>
|
||||
<rule ref="rulesets/java/naming.xml/ShortClassName">
|
||||
|
|
|
|||
Loading…
Reference in New Issue