summaryrefslogtreecommitdiffstats
path: root/checkstyle-5.5.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2013-05-07 18:53:29 +0000
committerVincent Hennebert <vhennebert@apache.org>2013-05-07 18:53:29 +0000
commit439fb3ee98f378b92bed65154c106acba0bf9eda (patch)
treecf4374e950bc2a1c8c5dd04e581c06a53bb8bcef /checkstyle-5.5.xml
parente8f590803ae0bb67a0d1686c47ccc2fb6d187ae8 (diff)
downloadxmlgraphics-fop-439fb3ee98f378b92bed65154c106acba0bf9eda.tar.gz
xmlgraphics-fop-439fb3ee98f378b92bed65154c106acba0bf9eda.zip
Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed corresponding issues
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1480018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'checkstyle-5.5.xml')
-rw-r--r--checkstyle-5.5.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/checkstyle-5.5.xml b/checkstyle-5.5.xml
index 5c79c0e88..fb82878fc 100644
--- a/checkstyle-5.5.xml
+++ b/checkstyle-5.5.xml
@@ -44,14 +44,6 @@
<!-- ===================================================================================================== -->
<!-- ===================================================================================================== -->
- <module name="SuppressWithNearbyCommentFilter">
- <property name="commentFormat" value="CSOK\: ([\w\|]+)"/>
- <property name="checkFormat" value="$1"/>
- <property name="influenceFormat" value="0"/>
- </module>
- <!-- ===================================================================================================== -->
-
- <!-- ===================================================================================================== -->
<module name="TreeWalker">
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
@@ -130,7 +122,8 @@
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
<module name="InnerAssignment">
- <property name="tokens" value="ASSIGN,BAND_ASSIGN,BOR_ASSIGN,BSR_ASSIGN,BXOR_ASSIGN,DIV_ASSIGN,MINUS_ASSIGN,MOD_ASSIGN,PLUS_ASSIGN,SL_ASSIGN,SR_ASSIGN,STAR_ASSIGN"/>
+ <property name="tokens"
+ value="BAND_ASSIGN,BOR_ASSIGN,BSR_ASSIGN,BXOR_ASSIGN,DIV_ASSIGN,MINUS_ASSIGN,MOD_ASSIGN,PLUS_ASSIGN,SL_ASSIGN,SR_ASSIGN,STAR_ASSIGN"/>
</module>
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->