-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
5 deletions.
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,3 +1,5 @@ | ||
## 0.1.3 - Change to use gprbuild | ||
* Change to use gprbuild | ||
* Add WarningMode in Setting | ||
|
||
## 0.1.0 - First Release | ||
* Every feature added | ||
* Every bug fixed |
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,3 +1,19 @@ | ||
# linter-ada package | ||
# Linter-Ada | ||
|
||
Linter for Ada use GNATMake. | ||
Linter for Ada use gpruild. Depend on gprbuild | ||
|
||
In the Setting can change | ||
|
||
+ StyleCheck | ||
+ WarningMode | ||
|
||
Please check gnatmake --help for detail | ||
|
||
## .gpr file support still neive | ||
|
||
Just will search .gpr file on the project directory | ||
(as atom's project idea) and just will use one of them randomly. and will build thing base on gpr's information | ||
|
||
If no gpr file found will pour all object file in editing file's directory. and will not clear automaticaly | ||
|
||
Finally Thanks for GNAT's build tool. |
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