File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3
3
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
4
4
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
5
5
<module name =" Checker" >
6
- <module name =" SuppressionCommentFilter" >
7
- <property name =" offCommentFormat" value =" CHECKSTYLE:OFF" />
8
- <property name =" onCommentFormat" value =" CHECKSTYLE:ON" />
9
- </module >
10
6
11
7
<module name =" RegexpSingleline" >
12
8
<property name =" format" value =" serialVersionUID" />
25
21
<module name =" FileTabCharacter" />
26
22
27
23
<module name =" TreeWalker" >
28
- <module name =" FileContentsHolder" />
29
24
<!-- Block Checks -->
30
25
<module name =" EmptyBlock" />
31
26
<module name =" LeftCurly" />
143
138
<module name =" OperatorWrap" />
144
139
<module name =" ParenPad" />
145
140
<module name =" TypecastParenPad" />
141
+
142
+ <module name =" MissingSwitchDefault" />
143
+ <module name =" FallThrough" />
146
144
</module >
147
145
</module >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ tasks.withType(FindBugs) {
48
48
}
49
49
50
50
checkstyle {
51
- toolVersion = ' 8.0 '
51
+ toolVersion = ' 8.12 '
52
52
}
53
53
54
54
tasks. withType(Checkstyle ) {
You can’t perform that action at this time.
0 commit comments