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
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@
7
7
8
8
SonarQube plugin for the code analysis tool: i-Code CNES.
9
9
10
-
SonarQube is an open platform to manage code quality. This plugin adds the ability to check Fortran (77 & 90) & Shell with i-Code or import pre-existing results of i-Code.
10
+
SonarQube is an open platform to manage code quality. This plugin adds the ability to check Fortran (77 & 90) with i-Code or import pre-existing results of i-Code.
11
11
12
12
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.
13
13
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).
15
15
16
16
### Quickstart
17
17
- 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).
19
19
- Install `sonaricode-*.jar` in `<SONARQUBE_HOME>/extensions/plugins/`.
20
20
-**[Optional]** Run i-Code manually or configure auto-launch in plugin configuration.
21
21
- Run an analysis with *sonar-scanner*, *maven*, *gradle*, *msbuild*, etc.
@@ -33,30 +33,28 @@ Here is the compatibility matrix of the plugin:
33
33
| 2.0.2 | 4.1.0 | 7.9 -> 8.2 |
34
34
35
35
#### 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).
37
37
38
38
#### Run a specific i-Code version through sonaricode plugin
39
39
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:
40
40
-`sonar.icode.launch`: Activate autolaunch for i-Code if `true`. Default: `false`.
41
41
-`sonar.icode.path`: Define i-Code CNES executable path to auto-launch it on analysis. Default: `${HOME}/icode-cnes/icode.exe`.
42
42
43
43
#### Other plugin's properties
44
-
-`sonar.icode.shell.file.suffixes`: List of suffixes for Shell files to analyze. Default: `.sh,.ksh,.bash`.
45
44
-`sonar.icode.f77.file.suffixes`: List of suffixes for F77 files to analyze. Default: `.f,.f77,.for,.fpp,.ftn,.F,.F77,.FOR,.FPP,.FTN`.
46
45
-`sonar.icode.f90.file.suffixes`: List of suffixes for F90 files to analyze. Default: `.f90,.F90`.
47
46
-`sonar.icode.reports.path`: Path to the i-Code reports. Multiple path can be provided. Default: `result.res`.
48
47
49
48
### Features
50
49
- Fortran 77 analysis
51
50
- Fortran 90 analysis
52
-
- Shell analysis
53
51
- Import i-Code results
54
52
55
53
#### Get i-Code help
56
54
Use `icode -h` to get the following help about i-Code:
-x,--excluded-rules <arg> Comma separated list of rules id to exclude from analysis. None by default.
72
70
73
-
Please report issues at https://github.com/lequal/i-CodeCNES/issues
71
+
Please report issues at https://github.com/leqcnescatlabual/i-CodeCNES/issues
74
72
````
75
73
76
74
### How to contribute
77
75
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.
78
76
79
77
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.
80
78
81
-
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).
0 commit comments