File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,25 +8,5 @@ compile.deprecation = off
88
99maven.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
You can’t perform that action at this time.
0 commit comments