diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-13 01:32:45 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-13 01:32:45 +0000 |
commit | 56a5fe00c829a616178a2b95f371577fa4ff6db1 (patch) | |
tree | d39218e04ccfc20e66ddf7a52dee82c96233f997 /fop-core/src/tools | |
parent | 6a719897d6f98ba89aa08e2f97b2b801be066cbf (diff) | |
download | xmlgraphics-fop-56a5fe00c829a616178a2b95f371577fa4ff6db1.tar.gz xmlgraphics-fop-56a5fe00c829a616178a2b95f371577fa4ff6db1.zip |
Fixups for ant targets, checkstyle, findbugs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1734752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop-core/src/tools')
-rw-r--r-- | fop-core/src/tools/resources/checkstyle/checkstyle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fop-core/src/tools/resources/checkstyle/checkstyle.xml b/fop-core/src/tools/resources/checkstyle/checkstyle.xml index bff3fd8c3..8e72bf48c 100644 --- a/fop-core/src/tools/resources/checkstyle/checkstyle.xml +++ b/fop-core/src/tools/resources/checkstyle/checkstyle.xml @@ -37,7 +37,7 @@ <!-- ===================================================================================================== --> <module name="SuppressionCommentFilter"> - <property name="offCommentFormat" value="CSOFF\: (LineLength)"/> + <property name="offCommentFormat" value="CSOFF\: ([\w\|]+)"/> <property name="onCommentFormat" value="CSON\: ([\w\|]+)"/> <property name="checkFormat" value="$1"/> </module> |