aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle-5.5.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2013-11-19 20:20:11 +0000
committerVincent Hennebert <vhennebert@apache.org>2013-11-19 20:20:11 +0000
commit6b16845a94f22905bab9fe9797f00c924aef7ef7 (patch)
tree3021f3084683260388833a80860a7534a49be204 /checkstyle-5.5.xml
parent2318d09b63a801f5d490d688c8636912aa785eb1 (diff)
downloadxmlgraphics-fop-6b16845a94f22905bab9fe9797f00c924aef7ef7.tar.gz
xmlgraphics-fop-6b16845a94f22905bab9fe9797f00c924aef7ef7.zip
Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issues
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1543560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'checkstyle-5.5.xml')
-rw-r--r--checkstyle-5.5.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/checkstyle-5.5.xml b/checkstyle-5.5.xml
index fb82878fc..30a39612e 100644
--- a/checkstyle-5.5.xml
+++ b/checkstyle-5.5.xml
@@ -37,12 +37,16 @@
<!-- ===================================================================================================== -->
<module name="SuppressionCommentFilter">
- <property name="offCommentFormat" value="CSOFF\: ([\w\|]+)"/>
+ <property name="offCommentFormat" value="CSOFF\: (LineLength)"/>
<property name="onCommentFormat" value="CSON\: ([\w\|]+)"/>
<property name="checkFormat" value="$1"/>
</module>
<!-- ===================================================================================================== -->
+ <module name="SuppressionFilter">
+ <property name="file" value="${samedir}/checkstyle-suppressions.xml"/>
+ </module>
+
<!-- ===================================================================================================== -->
<module name="TreeWalker">
@@ -172,10 +176,6 @@
<property name="allowLineBreaks" value="false"/>
<property name="tokens" value="BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"/>
</module>
- <module name="NoWhitespaceAfter">
- <property name="allowLineBreaks" value="true"/>
- <property name="tokens" value="ARRAY_INIT"/>
- </module>
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->