From 8a1e6aad084f34d1acb2b6e92e0c086d02865884 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 14 Mar 2005 08:59:18 +0000 Subject: [PATCH] Removed obsolete Checkstyle configuration files. Please use Checkstyle 3.5 from now on. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198496 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle.cfg | 88 ------------ checkstyle3.1.1-head | 334 ------------------------------------------- 2 files changed, 422 deletions(-) delete mode 100644 checkstyle.cfg delete mode 100644 checkstyle3.1.1-head diff --git a/checkstyle.cfg b/checkstyle.cfg deleted file mode 100644 index 9edb4b5be..000000000 --- a/checkstyle.cfg +++ /dev/null @@ -1,88 +0,0 @@ -# $Id$ - -# Checkstyle configuration for the Apache FOP project. -# See http://xml.apache.org/fop for information about FOP. -# The entries here are sorted in the order of the Checkstyle 2.4 documentation -# for easier reference. - -# Javadoc Comments -checkstyle.javadoc.scope = protected -checkstyle.require.packagehtml = false -checkstyle.require.version = false -checkstyle.allow.noauthor = yes -checkstyle.javadoc.checkUnusedThrows = false - -# Naming Conventions -# non-static members -checkstyle.pattern.member = ^[a-z][a-zA-Z0-9]*$ -# non-static, public members -checkstyle.pattern.publicmember = ^[a-z][a-zA-Z0-9]*$ -# constants (static & final) -checkstyle.pattern.const = ^[A-Z](_?[A-Z0-9]+)*$ -# other static -checkstyle.pattern.static = ^[a-z][a-zA-Z0-9]*$ -# method parameters -checkstyle.pattern.parameter = ^[a-z][a-zA-Z0-9]*$ -# packages -checkstyle.pattern.package = ^[a-z]+(\.[a-zA-Z_][a-zA-Z_0-9]*)*$ -# classes and interfaces -checkstyle.pattern.type = ^[A-Z][a-zA-Z0-9]*$ -# methods -checkstyle.pattern.method = ^[a-z][a-zA-Z0-9]*$ -# local variables -checkstyle.pattern.localvar = ^[a-z][a-zA-Z0-9]*$ -# final local variables -checkstyle.pattern.localfinalvar = ^[a-z][a-zA-Z0-9]*$ - -# Headers -checkstyle.header.file = checkstyle.header -checkstyle.header.ignoreline -checkstyle.header.regexp = yes - -# Imports -checkstyle.ignore.imports = false -checkstyle.illegal.imports = sun - -# Size Violations -checkstyle.maxlinelen = 100 -checkstyle.tab.width = 4 -checkstyle.ignore.importlength = yes -checkstyle.ignore.maxlinelen = ^$ -checkstyle.maxmethodlen = 150 -checkstyle.maxconstructorlen = 150 -checkstyle.maxfilelen = 2000 -checkstyle.maxparameters = 7 - -# Whitespace -checkstyle.allow.tabs = no -checkstyle.ignore.whitespace = false -checkstyle.ignore.whitespace.cast = yes -checkstyle.paren.pad = nospace -checkstyle.wrap.operator = nl - -# Modifiers -checkstyle.ignore.public.in.interface = false -checkstyle.allow.protected = yes -checkstyle.allow.package = false -# 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 -checkstyle.block.try = stmt -checkstyle.block.catch = text -checkstyle.block.finally = stmt -checkstyle.lcurly.type = eol -checkstyle.lcurly.method = eol -checkstyle.lcurly.other = eol -checkstyle.rcurly = same - -# Miscellaneous Checks -checkstyle.pattern.todo = TODO: -checkstyle.ignore.longell = false -checkstyle.illegal.instantiations = - -# Last Line of $RCSfile$ diff --git a/checkstyle3.1.1-head b/checkstyle3.1.1-head deleted file mode 100644 index dbfcd8b93..000000000 --- a/checkstyle3.1.1-head +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.39.5