diff options
Diffstat (limited to 'checkstyle-5.1.xml')
-rw-r--r-- | checkstyle-5.1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle-5.1.xml b/checkstyle-5.1.xml index dab1e5ebb..8a393d452 100644 --- a/checkstyle-5.1.xml +++ b/checkstyle-5.1.xml @@ -96,7 +96,7 @@ <property name="severity" value="warning"/> </module> <module name="ConstantNameCheck"> - <property name="format" value="^[A-Z](_?[A-Z0-9]+)*$"/> + <property name="format" value="^([A-Z](_?[A-Z0-9]+)*)|(log)$"/> <property name="severity" value="warning"/> </module> <module name="LocalFinalVariableNameCheck"> |