From 52bc4ff5c3c8026dfe0312689d158d16c1e29312 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 11 Sep 2016 08:14:27 +0100 Subject: [PATCH] AbbreviationAsWordInName: fix to work with CONSTANT naming convention Having the ignoreStatic and ignoreFinal flags disabled meant that constants (static final) had to be in CamelCase, which conflicts with the ConstantName check. --- src/main/resources/net/kemitix/checkstyle.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/resources/net/kemitix/checkstyle.xml b/src/main/resources/net/kemitix/checkstyle.xml index 0705aaf..0730dfb 100644 --- a/src/main/resources/net/kemitix/checkstyle.xml +++ b/src/main/resources/net/kemitix/checkstyle.xml @@ -30,8 +30,6 @@ - -