diff options
author | Simon Pepping <spepping@apache.org> | 2010-11-17 19:45:27 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-11-17 19:45:27 +0000 |
commit | cfa853d5b2a728fa90c12cd1a44ca1a3eec1a12e (patch) | |
tree | fd4917a892fb3a096ebcac26112539eba4bdde25 /checkstyle-5.1.xml | |
parent | 43798aa8a3f263ca8ff0ba6de96a046a79f21011 (diff) | |
download | xmlgraphics-fop-cfa853d5b2a728fa90c12cd1a44ca1a3eec1a12e.tar.gz xmlgraphics-fop-cfa853d5b2a728fa90c12cd1a44ca1a3eec1a12e.zip |
findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036179 13f79535-47bb-0310-9956-ffa450edef68
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"> |