File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ This SonarQube plugin is now able to run automatically an embedded version of i-
25
25
26
26
Here is the compatibility matrix of the plugin:
27
27
28
- | sonaricode version | embedded i-Code version | supported SonarQube version |
29
- | :------------------:| :-----------------------:| :---------------------------:|
30
- | < 2.0.0 | none | 6.7.x |
31
- | 2.0.0 | 4.0.0 | 7.9 -> 8.2 |
32
- | 2.0.1 | 4.0.0 | 7.9 -> 8.2 |
33
- | 2.0.2 | 4.1.0 | 7.9 -> 8.2 |
28
+ | sonaricode version | embedded i-Code version | supported SonarQube version | supported languages |
29
+ | :------------------:| :-----------------------:| :---------------------------:| :--------------------|
30
+ | < 2.0.0 | none | 6.7.x | Fortran / Shell |
31
+ | 2.0.0 | 4.0.0 | 7.9 -> 8.2 | Fortran / Shell |
32
+ | 2.0.1 | 4.0.0 | 7.9 -> 8.2 | Fortran / Shell |
33
+ | 2.0.2 | 4.1.0 | 7.9 -> 8.2 | Fortran / Shell |
34
+ | 2.0.3 | 4.1.2 | 7.9 -> 8.2 | Fortran / Shell |
35
+ | 3.0.1 | 4.1.2 | 7.9 -> 8.2 | Fortran |
34
36
35
37
#### Run i-Code manually
36
38
If you need help to run i-Code please refer to the [ official user manual] ( https://github.com/cnescatlab/i-CodeCNES/wiki/User-Manual ) or [ i-Code issue tracker] ( https://github.com/cnescatlab/i-CodeCNES/issues ) .
Original file line number Diff line number Diff line change 6
6
<groupId >fr.cnes.sonar.plugins</groupId >
7
7
<artifactId >sonar-icode-cnes-plugin</artifactId >
8
8
<packaging >sonar-plugin</packaging >
9
- <version >3.0.0 </version >
9
+ <version >3.0.1 </version >
10
10
11
11
<name >Sonar i-Code CNES plugin</name >
12
12
89
89
<dependency >
90
90
<groupId >com.github.lequal.i-CodeCNES</groupId >
91
91
<artifactId >icode-library</artifactId >
92
- <version >v4 .1.0 </version >
92
+ <version >4 .1.2 </version >
93
93
</dependency >
94
94
<dependency >
95
95
<groupId >commons-lang</groupId >
You can’t perform that action at this time.
0 commit comments