Skip to content

Commit 3b92b3c

Browse files
Update readme
1 parent f705e2b commit 3b92b3c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
![i-Code logo](https://github.com/cnescatlab/i-CodeCNES/blob/master/img/logo-i-code-cnes.png)
22

33
[![Java CI](https://github.com/cnescatlab/sonar-cnes-report/actions/workflows/java-continuous-integration.yml/badge.svg)](https://github.com/cnescatlab/i-CodeCNES/actions/workflows/java-continuous-integration.yml)
4-
[![SonarQube Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=lequal_i-CodeCNES&metric=alert_status)](https://sonarcloud.io/dashboard?id=lequal_i-CodeCNES)
5-
[![SonarQube Bugs](https://sonarcloud.io/api/project_badges/measure?project=lequal_i-CodeCNES&metric=bugs)](https://sonarcloud.io/project/issues?id=lequal_i-CodeCNES&resolved=false&types=BUG)
6-
[![SonarQube Coverage](https://sonarcloud.io/api/project_badges/measure?project=lequal_i-CodeCNES&metric=coverage)](https://sonarcloud.io/component_measures?id=lequal_i-CodeCNES&metric=Coverage)
7-
[![SonarQube Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=lequal_i-CodeCNES&metric=sqale_index)](https://sonarcloud.io/component_measures?id=lequal_i-CodeCNES&metric=Maintainability)
4+
[![SonarQube Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=fr.cnes.sonar.plugins%3Aicode-cnes&metric=alert_status)](https://sonarcloud.io/dashboard?id=fr.cnes.sonar.plugins%3Aicode-cnes)
5+
[![SonarQube Bugs](https://sonarcloud.io/api/project_badges/measure?project=fr.cnes.sonar.plugins%3Aicode-cnes&metric=bugs)](https://sonarcloud.io/project/issues?id=fr.cnes.sonar.plugins%3Aicode-cnes&resolved=false&types=BUG)
6+
[![SonarQube Coverage](https://sonarcloud.io/api/project_badges/measure?project=fr.cnes.sonar.plugins%3Aicode-cnes&metric=coverage)](https://sonarcloud.io/component_measures?id=fr.cnes.sonar.plugins%3Aicode-cnes&metric=Coverage)
7+
[![SonarQube Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=fr.cnes.sonar.plugins%3Aicode-cnes&metric=sqale_index)](https://sonarcloud.io/component_measures?id=fr.cnes.sonar.plugins%3Aicode-cnes&metric=Maintainability)
88

99
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 .
1010

@@ -27,8 +27,6 @@ This is the full library containing all official checkers. It includes i-Code Co
2727
This is the common command line application for i-Code.
2828
##### i-Code IDE
2929
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.
3230
##### i-Code plugin for SonarQube
3331
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.
3432

@@ -39,8 +37,6 @@ Just unzip the corresponding archive.
3937
##### i-Code IDE
4038
Just unzip the corresponding archive.
4139

42-
##### i-Code plugin for Eclipse
43-
Refer to Eclipse documentation to know how to install a standard Eclipse plugin.
4440

4541
##### i-Code plugin for SonarQube
4642
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
8177

8278
## Changelog
8379

80+
#### Release 6.0.0
81+
- Remove Eclipse Support
82+
- Rework CI
83+
- Use revision in pom.xml
84+
8485
#### Release 5.1.0
8586
- Includes fixes from Eumetsat (thanks for your contribution!)
8687
- 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
136137
- A `Developer Guide` is now available here: https://github.com/cnescatlab/icode-custom-plugin-example/wiki/Developer-guide
137138
- Users are able to add custom plugins by putting their `jar` files into `icode/plugins/` directory
138139
- 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)
140141
- The contributing page and issue templates were updated
141142
- Eclipse RCP was removed from core features of i-Code
142143
- Some other minor enhancements and fixes

0 commit comments

Comments
 (0)