-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/dupuisa/i-CodeCNES.git
- Loading branch information
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# i-CodeCNES | ||
<img src="https://github.com/dupuisa/i-CodeCNES/blob/master/img/logo-i-code-cnes.png" width="300"/> | ||
|
||
i-Code CNES is a static code analysis tool to help developpers write code compliant with CNES coding rules. | ||
|
||
By now it is a plug-in eclipse, but it could be/will be modified into a standalone application. | ||
|
||
Source code is not available yet, but will be sooner as possible. | ||
|
||
Release 1.0.0 | ||
============= | ||
Release 1.0.0 is composed of 3 features : | ||
* i-Code CNES Core | ||
* i-Code CNES Fortran 77 - checks rules and metrics for Fortran 77 | ||
* i-Code CNES Fortran 90 - checks rules and metrics for Fortran 90 | ||
|
||
Feedback and Support | ||
==================== | ||
Contact : [email protected] | ||
|
||
Bugs and Feature requests: https://github.com/dupuisa/i-CodeCNES/issues | ||
|
||
Licensing | ||
========= | ||
This software is licensed under the terms in the file named "LICENSE" in this directory. | ||
|
||
The software used Java files, generated with JFlex (http://.jflex.de). The terms of this library license are available here after : http://jflex.de/copying.html |