Issue #2639: RTE is removed from allowed abbreviations

This commit is contained in:
Roman Ivanov 2015-11-25 09:43:22 -08:00
parent 56df5087fe
commit 62522f91ef
2 changed files with 6 additions and 1 deletions

View File

@ -320,7 +320,7 @@
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>
<property name="allowedAbbreviationLength" value="1"/>
<property name="allowedAbbreviations" value="AST,CPP,RTE,CSV"/>
<property name="allowedAbbreviations" value="AST,CPP,CSV"/>
</module>
<module name="AbstractClassName"/>
<module name="ClassTypeParameterName"/>

View File

@ -32,6 +32,11 @@
files="XMLLoggerTest.java"
lines="48"/>
<!-- we can not change it as, Check property is part of API (used in configurations) -->
<suppress checks="AbbreviationAsWordInName"
files="JavadocMethodCheck.java"
lines="145,258"/>
<!-- should be removed at 7.0 version, we keep for some time to avoid braking compatibiilty -->
<suppress checks="AbbreviationAsWordInName"
files="CheckstyleAntTask.java"