diff options
Diffstat (limited to 'config/checkstyle')
-rw-r--r-- | config/checkstyle/checkstyle.xml | 8 | ||||
-rw-r--r-- | config/checkstyle/suppressions.xml | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index a78b371..2ae328c 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -257,14 +257,6 @@ <property name="lineWrappingIndentation" value="4"/> <property name="arrayInitIndent" value="2"/> </module> - <module name="AbbreviationAsWordInName"> - <property name="ignoreFinal" value="false"/> - <property name="allowedAbbreviationLength" value="2"/> - <property name="tokens" - value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, - PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, - RECORD_COMPONENT_DEF"/> - </module> <module name="NoWhitespaceBeforeCaseDefaultColon"/> <module name="OverloadMethodsDeclarationOrder"/> <module name="VariableDeclarationUsageDistance"/> diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml index caae7d8..afcf9b8 100644 --- a/config/checkstyle/suppressions.xml +++ b/config/checkstyle/suppressions.xml @@ -12,5 +12,4 @@ <suppress files=".*[\\/]net[\\/]elytrium[\\/].*[\\/]Settings.java" checks="LineLength"/> <suppress files=".*[\\/]net[\\/]elytrium[\\/].*[\\/]Settings.java" checks="MemberName"/> <suppress files=".*[\\/]net[\\/]elytrium[\\/].*[\\/]Settings.java" checks="RequireThis"/> - <suppress files=".*[\\/]net[\\/]elytrium[\\/].*[\\/]Settings.java" checks="AbbreviationAsWordInName"/> </suppressions> |