File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
build-config/src/main/resources Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 5
5
~ License: Apache License, Version 2.0
6
6
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7
7
-->
8
- <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2 //EN"
9
- "http://www.puppycrawl.com /dtds/configuration_1_2 .dtd">
8
+ <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3 //EN"
9
+ "http://checkstyle.sourceforge.net /dtds/configuration_1_3 .dtd">
10
10
11
11
<module name =" Checker" >
12
12
131
131
<property name =" option" value =" space" />
132
132
</module >
133
133
134
- <!-- Required to get SuppressionCommentFilter to work -->
135
- <module name =" FileContentsHolder" />
136
-
134
+ <module name =" SuppressionCommentFilter" />
137
135
</module >
138
136
139
137
<module name =" RegexpSingleline" >
140
138
<property name =" format" value =" \s+$" />
141
139
<property name =" message" value =" White spaces at the end of line" />
142
140
</module >
143
141
144
- <module name =" SuppressionCommentFilter" />
145
-
146
142
<module name =" SuppressionFilter" >
147
143
<property name =" file" value =" /suppressions.xml" />
148
144
</module >
Original file line number Diff line number Diff line change 165
165
<apache .karaf.version>4.1.1</apache .karaf.version>
166
166
<osgi-core .version>6.0.0</osgi-core .version>
167
167
168
- <puppycrawl .checkstyle.version>7.6 </puppycrawl .checkstyle.version>
168
+ <puppycrawl .checkstyle.version>8.1 </puppycrawl .checkstyle.version>
169
169
170
170
<groovy .version>2.4.12</groovy .version>
171
171
You can’t perform that action at this time.
0 commit comments