Skip to content

Commit da29558

Browse files
committed
Remove mention to Lequal
1 parent 05aa900 commit da29558

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ SonarQube is an open platform to manage code quality. This plugin adds the abili
1111

1212
This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
1313

14-
You can get i-Code CNES on GitHub: [lequal/i-CodeCNES](https://github.com/lequal/i-CodeCNES).
14+
You can get i-Code CNES on GitHub: [cnescatlab/i-CodeCNES](https://github.com/cnescatlab/i-CodeCNES).
1515

1616
### Quickstart
1717
- Setup a SonarQube instance.
18-
- **[Optional]** Install i-Code command line application as described in [official documentation](https://github.com/lequal/i-CodeCNES/wiki/Installation-Manual).
18+
- **[Optional]** Install i-Code command line application as described in [official documentation](https://github.com/cnescatlab/i-CodeCNES/wiki/Installation-Manual).
1919
- Install `sonaricode-*.jar` in `<SONARQUBE_HOME>/extensions/plugins/`.
2020
- **[Optional]** Run i-Code manually or configure auto-launch in plugin configuration.
2121
- Run an analysis with *sonar-scanner*, *maven*, *gradle*, *msbuild*, etc.
@@ -33,7 +33,7 @@ Here is the compatibility matrix of the plugin:
3333
| 2.0.2 | 4.1.0 | 7.9 -> 8.2 |
3434

3535
#### Run i-Code manually
36-
If you need help to run i-Code please refer to the [official user manual](https://github.com/lequal/i-CodeCNES/wiki/User-Manual) or [i-Code issue tracker](https://github.com/lequal/i-CodeCNES/issues).
36+
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).
3737

3838
#### Run a specific i-Code version through sonaricode plugin
3939
If embedded version of i-Code does not match your need, you can set the execution of another installed version of i-Code through the following properties:
@@ -68,20 +68,20 @@ Analyze F77 & F90 code to find defects & bugs.
6868
-r,--rules Display all available rules.
6969
-x,--excluded-rules <arg> Comma separated list of rules id to exclude from analysis. None by default.
7070
71-
Please report issues at https://github.com/lequal/i-CodeCNES/issues
71+
Please report issues at https://github.com/leqcnescatlabual/i-CodeCNES/issues
7272
````
7373

7474
### How to contribute
7575
If you experienced a problem with the plugin please open an issue. Inside this issue please explain us how to reproduce this issue and paste the log.
7676

7777
If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.
7878

79-
All details are available in [CONTRIBUTING](https://github.com/lequal/sonar-icode-cnes-plugin/CONTRIBUTING.md).
79+
All details are available in [CONTRIBUTING](https://github.com/cnescatlab/sonar-icode-cnes-plugin/blob/master/CONTRIBUTING.md).
8080

8181
### Feedback and Support
8282
8383

84-
Bugs and Feature requests: https://github.com/lequal/sonar-icode-cnes-plugin/issues
84+
Bugs and Feature requests: https://github.com/cnescatlab/sonar-icode-cnes-plugin/issues
8585

8686
### License
8787
Licensed under the [GNU General Public License, Version 3.0](https://www.gnu.org/licenses/gpl.txt)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>Sonar i-Code CNES plugin</name>
1212

1313
<description>i-Code CNES plugin for SonarQube</description>
14-
<url>https://github.com/lequal/sonar-icode-cnes-plugin</url>
14+
<url>https://github.com/cnescatlab/sonar-icode-cnes-plugin</url>
1515
<inceptionYear>2017</inceptionYear>
1616

1717
<licenses>
@@ -65,8 +65,8 @@
6565
<jacoco.version>0.8.4</jacoco.version>
6666
<sonar.pluginKey>icode</sonar.pluginKey>
6767
<sonar.pluginClass>fr.cnes.sonar.plugins.icode.ICodePlugin</sonar.pluginClass>
68-
<sonar.pluginUrl>https://github.com/lequal/sonar-icode-cnes-plugin</sonar.pluginUrl>
69-
<sonar.pluginSourcesUrl>https://github.com/lequal/sonar-icode-cnes-plugin</sonar.pluginSourcesUrl>
68+
<sonar.pluginUrl>https://github.com/cnescatlab/sonar-icode-cnes-plugin</sonar.pluginUrl>
69+
<sonar.pluginSourcesUrl>https://github.com/cnescatlab/sonar-icode-cnes-plugin</sonar.pluginSourcesUrl>
7070
<sonar.pluginOrganizationName>CNES</sonar.pluginOrganizationName>
7171
<sonar.sources>src/main/java</sonar.sources>
7272
<sonar.test>src/test/java</sonar.test>

0 commit comments

Comments
 (0)