diff options
author | Ryan <RyanSquared@users.noreply.github.com> | 2017-06-14 03:35:11 -0500 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-06-14 09:35:11 +0100 |
commit | e8cc40b13985e17320437debca0426a1129e0f54 (patch) | |
tree | 8905fe359bfd7185af55e56aded9e4c65a2da200 /README.md | |
parent | ba83c476cde8bceef33bf959fa6d9d3334f5d2fc (diff) | |
download | ale-e8cc40b13985e17320437debca0426a1129e0f54.zip |
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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ name. That seems to be the fairest way to arrange this table. | Erb | [erb](https://github.com/jeremyevans/erubi) | | Erlang | [erlc](http://erlang.org/doc/man/erlc.html) | | Fortran | [gcc](https://gcc.gnu.org/) | +| FusionScript | [fusion-lint](https://github.com/RyanSquared/fusionscript) | | Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [gometalinter](https://github.com/alecthomas/gometalinter), [go build](https://golang.org/cmd/go/), [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple), [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) | | Haml | [haml-lint](https://github.com/brigade/haml-lint) | Handlebars | [ember-template-lint](https://github.com/rwjblue/ember-template-lint) | |