You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i-Code CNES is a static code analysis tool to help developers write code compliant with CNES coding rules for Fortran 77 and Fortran 90 .
10
10
@@ -27,8 +27,6 @@ This is the full library containing all official checkers. It includes i-Code Co
27
27
This is the common command line application for i-Code.
28
28
##### i-Code IDE
29
29
This is the common GUI application for i-Code.
30
-
##### i-Code plugin for Eclipse
31
-
The Eclipse plugin for i-Code allows to use i-Code from Eclipse IDE.
32
30
##### i-Code plugin for SonarQube
33
31
The SonarQube plugin for i-Code allows to use i-Code through SonarQube analysis. Please refer to [sonar-icode-cnes-plugin](https://github.com/cnescatlab/sonar-icode-cnes-plugin) for more details.
34
32
@@ -39,8 +37,6 @@ Just unzip the corresponding archive.
39
37
##### i-Code IDE
40
38
Just unzip the corresponding archive.
41
39
42
-
##### i-Code plugin for Eclipse
43
-
Refer to Eclipse documentation to know how to install a standard Eclipse plugin.
44
40
45
41
##### i-Code plugin for SonarQube
46
42
Refer to SonarQube documentation to know how to install a standard SonarQube plugin.
@@ -81,6 +77,11 @@ If you need to add some new feature, the easiest way is to implment your own plu
81
77
82
78
## Changelog
83
79
80
+
#### Release 6.0.0
81
+
- Remove Eclipse Support
82
+
- Rework CI
83
+
- Use revision in pom.xml
84
+
84
85
#### Release 5.1.0
85
86
- Includes fixes from Eumetsat (thanks for your contribution!)
86
87
- Includes security fixes from dependabot
@@ -136,7 +137,7 @@ If you need to add some new feature, the easiest way is to implment your own plu
136
137
- A `Developer Guide` is now available here: https://github.com/cnescatlab/icode-custom-plugin-example/wiki/Developer-guide
137
138
- Users are able to add custom plugins by putting their `jar` files into `icode/plugins/` directory
138
139
- Bug about recursive analysis is fixed and users can now simply analyze a directory, e.g.: `icode .`
139
-
- The continuous integration was enhanced with GitHub Actions (https://github.com/cnescatlab/i-CodeCNES/actions) and SonarCloud(https://sonarcloud.io/dashboard?id=lequal_i-CodeCNES)
140
+
- The continuous integration was enhanced with GitHub Actions (https://github.com/cnescatlab/i-CodeCNES/actions) and SonarCloud(https://sonarcloud.io/dashboard?id=fr.cnes.sonar.plugins%3Aicode-cnes)
140
141
- The contributing page and issue templates were updated
141
142
- Eclipse RCP was removed from core features of i-Code
0 commit comments