aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle.cfg
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-07-14 17:31:18 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-07-14 17:31:18 +0000
commit7ee481bf335b21b02f3184ea4f343adaefb99666 (patch)
tree417c5c0741475dc3b16321c3ff8b4ebc5faa4d76 /checkstyle.cfg
parentf7d1ad259594958f8211f2bcab4a90b0ad7831d0 (diff)
downloadxmlgraphics-fop-7ee481bf335b21b02f3184ea4f343adaefb99666.tar.gz
xmlgraphics-fop-7ee481bf335b21b02f3184ea4f343adaefb99666.zip
fix ugly little problem of having the same entry in the configuration twice, and wondering why changes to the first one are ineffective
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196707 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'checkstyle.cfg')
-rw-r--r--checkstyle.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/checkstyle.cfg b/checkstyle.cfg
index 4ff094eea..fccf8471c 100644
--- a/checkstyle.cfg
+++ b/checkstyle.cfg
@@ -64,7 +64,11 @@ checkstyle.wrap.operator = nl
checkstyle.ignore.public.in.interface = false
checkstyle.allow.protected = yes
checkstyle.allow.package = false
-checkstyle.pattern.publicmember = ^f[A-Z][a-zA-Z0-9]*$
+# Note -- checkstyle.pattern.publicmember is documented in this location
+# in the checkstyle documentation. However, it is also included in the "Naming
+# Conventions" section above. Please do not add it here, as having two in the
+# file will result in changes to only one being ignored (checkstyle appears to
+# use the last definition).
# Blocks
checkstyle.ignore.braces = false