File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
checkstyle-sonar-plugin/config Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This plugin provides coding rules from [Checkstyle](http://checkstyle.sourceforg
1414
1515Checkstyle Plugin|Sonar|Checkstyle|Jdk
1616-----------------|-----|----------|---
17+ 4.5|5.6.6|8.5|1.8
17184.4|5.6.6|8.4|1.8
18194.3|5.6.6|8.3|1.8
19204.2|5.6.6|8.2|1.8
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ checkstyle.suppressions.file=checkstyle-sonar-plugin/config/suppressions.xml
22checkstyle.header.file =checkstyle-sonar-plugin/config/java.header
33checkstyle.regexp.header.file =checkstyle-sonar-plugin/config/java_regexp.header
44checkstyle.importcontrol.file =checkstyle-sonar-plugin/config/import-control.xml
5+ checkstyle.importcontroltest.file =checkstyle-sonar-plugin/config/import-control-test.xml
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <!DOCTYPE import-control PUBLIC
3+ "-//Puppy Crawl//DTD Import Control 1.3//EN"
4+ "http://checkstyle.sourceforge.net/dtds/import_control_1_3.dtd">
5+
6+ <import-control pkg =" org.sonar.plugins.checkstyle" >
7+
8+ <allow pkg =" .*" regex =" true" />
9+
10+ <disallow pkg =" junit.framework" />
11+
12+ </import-control >
Original file line number Diff line number Diff line change 8585 </ciManagement >
8686
8787 <properties >
88- <checkstyle .version>8.4 </checkstyle .version>
88+ <checkstyle .version>8.5 </checkstyle .version>
8989 <sonar .version>5.6.6</sonar .version>
9090 <sonar-java .version>3.7</sonar-java .version>
9191 <java .version>1.8</java .version>
You can’t perform that action at this time.
0 commit comments