Provide reasons for exclusions in 'naming' ruleset, issue #982

This commit is contained in:
Michal Kordas 2015-04-24 21:38:49 +02:00
parent b29ca6b5f6
commit fcb9246b30
1 changed files with 4 additions and 0 deletions

View File

@ -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">