File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ page at http://checkstyle.sourceforge.net/config.html -->
57
57
<property name =" file" value =" ${checkstyle.suppressions.file}" default =" suppressions.xml" />
58
58
</module >
59
59
60
+ <!-- Allow use of comment to suppress javadocstyle -->
61
+ <module name =" SuppressionCommentFilter" >
62
+ <property name =" offCommentFormat" value =" CHECKSTYLE.OFF\: ([\w\|]+)" />
63
+ <property name =" onCommentFormat" value =" CHECKSTYLE.ON\: ([\w\|]+)" />
64
+ <property name =" checkFormat" value =" $1" />
65
+ </module >
66
+
60
67
<!-- All Java AST specific tests live under TreeWalker module. -->
61
68
<module name =" TreeWalker" >
62
69
@@ -65,13 +72,6 @@ page at http://checkstyle.sourceforge.net/config.html -->
65
72
-->
66
73
<module name =" Indentation" />
67
74
68
- <!-- Allow use of comment to suppress javadocstyle -->
69
- <module name =" SuppressionCommentFilter" >
70
- <property name =" offCommentFormat" value =" CHECKSTYLE.OFF\: ([\w\|]+)" />
71
- <property name =" onCommentFormat" value =" CHECKSTYLE.ON\: ([\w\|]+)" />
72
- <property name =" checkFormat" value =" $1" />
73
- </module >
74
-
75
75
<module name =" TodoComment" >
76
76
<!-- Checks that disallowed strings are not used in comments. -->
77
77
<property name =" format" value =" (FIXME)|(XXX)|(@author)" />
Original file line number Diff line number Diff line change 44
44
<powermock .version>1.6.5</powermock .version>
45
45
<exec .maven.version>1.6.0</exec .maven.version>
46
46
<build .helper.maven.version>3.0.0</build .helper.maven.version>
47
- <checkstyle .version>8.18 </checkstyle .version>
47
+ <checkstyle .version>6.19 </checkstyle .version>
48
48
<protobuf .version>2.5.0</protobuf .version>
49
49
<je .version>7.3.7</je .version>
50
50
</properties >
108
108
<plugin >
109
109
<groupId >org.apache.maven.plugins</groupId >
110
110
<artifactId >maven-checkstyle-plugin</artifactId >
111
- <version >3.1.0 </version >
111
+ <version >2.16 </version >
112
112
<dependencies >
113
113
<dependency >
114
114
<groupId >com.puppycrawl.tools</groupId >
You can’t perform that action at this time.
0 commit comments