aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle-suppressions.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2013-12-17 13:15:06 +0000
committerVincent Hennebert <vhennebert@apache.org>2013-12-17 13:15:06 +0000
commit126e31e71937288afd0ee484f6b56d4936989ea7 (patch)
tree6bbab360c6b6528c5ba2dce5201d3ca69c6513a7 /checkstyle-suppressions.xml
parentd495da253e1203c2df5288de89dbb49e26400aea (diff)
downloadxmlgraphics-fop-126e31e71937288afd0ee484f6b56d4936989ea7.tar.gz
xmlgraphics-fop-126e31e71937288afd0ee484f6b56d4936989ea7.zip
Cosmetics only: enabled Checkstyle for test files and fixed resulting errors
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'checkstyle-suppressions.xml')
-rw-r--r--checkstyle-suppressions.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 7dc583dbb..050f5dab4 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -6,4 +6,7 @@
<suppress files="org/apache/fop/complexscripts/bidi/GenerateBidiTestData.java" checks="SimplifyBooleanReturn"/>
<suppress files="org/apache/fop/complexscripts/scripts/ArabicScriptProcessor.java" checks="SimplifyBooleanReturn"/>
<suppress files="org/apache/fop/complexscripts/util/CharScript.java" checks="SimplifyBooleanReturn"/>
+ <suppress files="org/apache/fop/render/rtf/rtflib/testdocs/MergedTableCells.java" checks="AvoidNestedBlocks"/>
+ <suppress files="org/apache/fop/render/rtf/rtflib/testdocs/NestedTable.java" checks="AvoidNestedBlocks"/>
+ <suppress files="org/apache/fop/fo/flow/MarkersTestCase.java" checks="LocalVariableName"/>
</suppressions>