diff --git a/README.md b/README.md index 4c53fab..63b4aeb 100644 --- a/README.md +++ b/README.md @@ -294,9 +294,7 @@ Rules are listed in alphabetical order. #### [AbbreviationAsWordInName](http://checkstyle.sourceforge.net/config_naming.html#AbbreviationAsWordInName) -Enforces proper `CamelCase` and avoids sequences of consecutive uppercase characters in identifiers. Does not apply to final or static variables, or @Overridden methods. - -> TODO: enable for final and static variables. +Enforces proper `CamelCase` and avoids sequences of consecutive uppercase characters in identifiers. Does not apply to @Overridden methods. Valid: ```` diff --git a/src/main/resources/net/kemitix/checkstyle.xml b/src/main/resources/net/kemitix/checkstyle.xml index 632dfee..7732808 100644 --- a/src/main/resources/net/kemitix/checkstyle.xml +++ b/src/main/resources/net/kemitix/checkstyle.xml @@ -23,7 +23,10 @@ - + + + +