aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle.cfg
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2002-09-05 15:53:56 +0000
committerJeremias Maerki <jeremias@apache.org>2002-09-05 15:53:56 +0000
commit4c63fe8f04305da54b43417fa13d0549a8bcbbb7 (patch)
tree1681800f76f149f7dcb5b6ae8fd71f9bb4196c2d /checkstyle.cfg
parent21b96e895154ee6ff1053622104d87bec4caf4d0 (diff)
downloadxmlgraphics-fop-4c63fe8f04305da54b43417fa13d0549a8bcbbb7.tar.gz
xmlgraphics-fop-4c63fe8f04305da54b43417fa13d0549a8bcbbb7.zip
Added an optional target to generate a Checkstyle report.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'checkstyle.cfg')
-rw-r--r--checkstyle.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/checkstyle.cfg b/checkstyle.cfg
new file mode 100644
index 000000000..01342dfcb
--- /dev/null
+++ b/checkstyle.cfg
@@ -0,0 +1,10 @@
+checkstyle.allow.tabs = no
+checkstyle.tab.width = 4
+checkstyle.allow.noauthor = yes
+checkstyle.maxlinelen = 100
+checkstyle.javadoc.scope = protected
+checkstyle.ignore.importlength = yes
+checkstyle.ignore.whitespace.cast = yes
+checkstyle.allow.protected = yes
+checkstyle.header.file = checkstyle.header
+checkstyle.header.regexp = yes \ No newline at end of file