Skip to content

Commit

Permalink
Prepare 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soiamsoNG committed Jan 14, 2017
1 parent aefa961 commit a0a30ba
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
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
20 changes: 18 additions & 2 deletions README.md
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-ada",
"main": "./lib/init",
"version": "0.1.1",
"version": "0.1.3",
"description": "Linter for Ada use GNATMake",
"repository": "https://github.com/soiamsoNG/linter-ada",
"license": "MIT",
Expand Down

0 comments on commit a0a30ba

Please sign in to comment.