File tree Expand file tree Collapse file tree 1 file changed +7
-36
lines changed Expand file tree Collapse file tree 1 file changed +7
-36
lines changed Original file line number Diff line number Diff line change 141
141
<artifactId >checkstyle</artifactId >
142
142
<version >${checkstyle.version} </version >
143
143
</dependency >
144
+ <dependency >
145
+ <groupId >com.github.sevntu-checkstyle</groupId >
146
+ <artifactId >sevntu-checks</artifactId >
147
+ <version >${maven.sevntu.checkstyle.plugin.version} </version >
148
+ </dependency >
144
149
</dependencies >
145
150
<executions >
146
151
<execution >
169
174
</outputFile >
170
175
</configuration >
171
176
</execution >
172
- </executions >
173
- </plugin >
174
-
175
- <plugin >
176
- <groupId >org.apache.maven.plugins</groupId >
177
- <artifactId >maven-checkstyle-plugin</artifactId >
178
- <version >${maven.plugin.checkstyle.version} </version >
179
- <dependencies >
180
- <dependency >
181
- <groupId >com.puppycrawl.tools</groupId >
182
- <artifactId >checkstyle</artifactId >
183
- <version >${checkstyle.version} </version >
184
- </dependency >
185
- </dependencies >
186
- <executions >
187
177
<execution >
188
178
<id >check_non_main</id >
189
179
<goals >
243
233
</excludes >
244
234
</configuration >
245
235
</execution >
246
- </executions >
247
- </plugin >
248
-
249
- <plugin >
250
- <groupId >org.apache.maven.plugins</groupId >
251
- <artifactId >maven-checkstyle-plugin</artifactId >
252
- <version >${maven.plugin.checkstyle.version} </version >
253
- <dependencies >
254
- <dependency >
255
- <groupId >com.puppycrawl.tools</groupId >
256
- <artifactId >checkstyle</artifactId >
257
- <version >${checkstyle.version} </version >
258
- </dependency >
259
- <dependency >
260
- <groupId >com.github.sevntu-checkstyle</groupId >
261
- <artifactId >sevntu-checks</artifactId >
262
- <version >${maven.sevntu.checkstyle.plugin.version} </version >
263
- </dependency >
264
- </dependencies >
265
- <executions >
266
236
<execution >
267
237
<id >check_sevntu</id >
268
238
<goals >
469
439
<lineRate >77</lineRate >
470
440
</regex >
471
441
<regex >
472
- <pattern >com.github.checkstyle.regression.configuration.ConfigGenerator</pattern >
442
+ <pattern >com.github.checkstyle.regression.configuration.ConfigGenerator
443
+ </pattern >
473
444
<branchRate >80</branchRate >
474
445
<lineRate >92</lineRate >
475
446
</regex >
You can’t perform that action at this time.
0 commit comments