File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
src/test/java/org/sonar/plugins/checkstyle Expand file tree Collapse file tree 4 files changed +4
-10
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.37|7.9 |7.9+|8.37|1.8
24258.35|7.9 |7.9+|8.35|1.8
25264.34|7.9 |7.9+|8.34|1.8
26274.33|7.9 |7.9+|8.33|1.8
Original file line number Diff line number Diff line change 44
55 <groupId >com.github.checkstyle</groupId >
66 <artifactId >checkstyle-sonar-plugin</artifactId >
7- <version >8.36 -SNAPSHOT</version >
7+ <version >8.37 -SNAPSHOT</version >
88 <packaging >sonar-plugin</packaging >
99
1010 <name >Checkstyle SonarQube Plugin</name >
9393 </ciManagement >
9494
9595 <properties >
96- <checkstyle .version>8.36.1 </checkstyle .version>
96+ <checkstyle .version>8.37 </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 (5 );
83+ assertThat (rulesWithDuplicateTemplate ).hasSize (6 );
8484
8585 for (RulesDefinition .Rule rule : rules ) {
8686 assertThat (rule .key ()).isNotNull ();
Original file line number Diff line number Diff line change @@ -2,13 +2,6 @@ box: maven:3.6.3-jdk-11
22
33build :
44 steps :
5- - script :
6- name : install metadata-gen in local repo
7- code : |
8- git clone https://github.com/checkstyle/metadata-gen.git
9- cd metadata-gen
10- mvn install
11- cd ../
125 - script :
136 name : setup maven local repo
147 code : |
You can’t perform that action at this time.
0 commit comments