File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/test/java/org/sonar/plugins/checkstyle Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Compatibility matrix from checkstyle team:
2121
2222Checkstyle Plugin|Sonar min|Sonar max|Checkstyle|Jdk
2323-----------------|---------|---------|----------|---
24+ 8.38|7.9 |7.9+|8.38|1.8
24258.37|7.9 |7.9+|8.37|1.8
25268.35|7.9 |7.9+|8.35|1.8
26274.34|7.9 |7.9+|8.34|1.8
Original file line number Diff line number Diff line change 9393 </ciManagement >
9494
9595 <properties >
96- <checkstyle .version>8.37 </checkstyle .version>
96+ <checkstyle .version>8.38 </checkstyle .version>
9797 <sonar .version>7.9</sonar .version>
9898 <sonar-java .version>6.0.0.20538</sonar-java .version>
9999 <maven .checkstyle.plugin.version>3.1.1</maven .checkstyle.plugin.version>
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public void test() {
8080 // such number should not change during checkstyle version upgrade
8181 assertThat (duplicatedRuleWithTemplate ).hasSize (174 );
8282 // all new Rules should fall in this group
83- assertThat (rulesWithDuplicateTemplate ).hasSize (6 );
83+ assertThat (rulesWithDuplicateTemplate ).hasSize (7 );
8484
8585 for (RulesDefinition .Rule rule : rules ) {
8686 assertThat (rule .key ()).isNotNull ();
You can’t perform that action at this time.
0 commit comments