Skip to content

Commit 582aa70

Browse files
author
John Keyes
committed
changed coding standards to use turbine
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129866 13f79535-47bb-0310-9956-ffa450edef68
1 parent d946de1 commit 582aa70

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

project.properties

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,5 @@ compile.deprecation = off
88

99
maven.jarResources.basedir=${basedir}/src/java
1010

11-
# coding standards
12-
13-
maven.checkstyle.rcurly = ignore
14-
maven.checkstyle.lcurly.type = ignore
15-
maven.checkstyle.lcurly.method = ignore
16-
maven.checkstyle.lcurly.other = ignore
17-
maven.checkstyle.header.file = LICENSE.txt
18-
maven.checkstyle.header.ignore.line = 1,2,3,4
19-
maven.checkstyle.const.pattern = ^[A-Z0-9_]*$
20-
maven.checkstyle.static.pattern = ^[a-zA-Z][a-zA-Z0-9_]*$
21-
maven.checkstyle.member.pattern = ^[_]?[a-z]?[a-zA-Z0-9]*$
22-
maven.checkstyle.ignore.line.len.pattern = ^[ \* \$]+[.]*
23-
24-
maven.checkstyle.javadoc.scope = protected
25-
26-
# disable these non-critical errors to highlight
27-
# more important ones like missing javadoc
28-
29-
maven.checkstyle.max.line.len = 100
30-
maven.checkstyle.ignore.whitespace = true
31-
maven.checkstyle.ignore.public.in.interface = true
32-
11+
# use turbine coding standards
12+
maven.checkstyle.format = turbine

0 commit comments

Comments
 (0)