File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
checkstyle-sonar-plugin/config Expand file tree Collapse file tree 3 files changed +4
-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.4|5.6.6|8.4|1.8
17184.3|5.6.6|8.3|1.8
18194.2|5.6.6|8.2|1.8
19204.1|5.6.6|8.1|1.8
Original file line number Diff line number Diff line change 1010 <suppress checks =" ForbidAnnotation" files =" .*[\\/]src[\\/]main[\\/]" />
1111
1212 <suppress checks =" ForbidAnnotation" files =" .*[\\/]src[\\/]test[\\/]" />
13+ <suppress checks =" AvoidModifiersForTypes" files =" .*[\\/]src[\\/]main[\\/]" />
1314 <!-- END of legacy code -->
1415
1516
1819 <!-- till https://github.com/checkstyle/sonar-checkstyle/issues/135 -->
1920 <suppress checks =" MultipleStringLiteralsExtended" files =" CheckstylePlugin\.java" />
2021
22+
2123 <!-- Tone down the checking for test code -->
2224 <suppress checks =" MultipleStringLiteralsExtended" files =" .*[\\/]src[\\/]test[\\/]" />
2325 <suppress checks =" ForbidCCommentsInMethods" files =" .*[\\/]src[\\/]test[\\/]" />
Original file line number Diff line number Diff line change 8585 </ciManagement >
8686
8787 <properties >
88- <checkstyle .version>8.3 </checkstyle .version>
88+ <checkstyle .version>8.4 </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