Add fusion-lint, documentation, and tests (#648)

* Add `fusion-lint` for first FusionScript linter

* Add documentation over `fusion-lint`

* Add tests for `fusion-lint` command callback
This commit is contained in:
Ryan
2017-06-14 09:35:11 +01:00
committed by w0rp
parent ba83c476cd
commit e8cc40b139
5 changed files with 94 additions and 0 deletions
+3
View File
@@ -33,6 +33,8 @@ CONTENTS *ale-contents*
erlc................................|ale-erlang-erlc|
fortran...............................|ale-fortran-options|
gcc.................................|ale-fortran-gcc|
fusionscript..........................ale-fuse-options
fusion-lint.........................ale-fuse-fusionlint
go....................................|ale-go-options|
gometalinter........................|ale-go-gometalinter|
handlebars............................|ale-handlebars-options|
@@ -151,6 +153,7 @@ The following languages and tools are supported.
* Erlang: 'erlc'
* Fortran: 'gcc'
* Go: 'gofmt', 'go vet', 'golint', 'go build', 'gosimple', 'staticcheck'
* FusionScript: 'fusion-lint'
* Haml: 'hamllint'
* Handlebars: 'ember-template-lint'
* Haskell: 'ghc', 'ghc-mod', 'hlint', 'hdevtools'