diff options
author | Dmitri Vereshchagin <dmitri.vereshchagin@gmail.com> | 2017-07-16 14:35:43 +0300 |
---|---|---|
committer | Dmitri Vereshchagin <dmitri.vereshchagin@gmail.com> | 2017-07-16 15:35:21 +0300 |
commit | 1aea6a34ff22c9e79d20a018b4d46000c208caf2 (patch) | |
tree | d82ef31ee8e65c187414b642adeaed442e80c422 /README.md | |
parent | 4fa66ab627039fe19cf6383b19d311066b73d8cf (diff) | |
download | ale-1aea6a34ff22c9e79d20a018b4d46000c208caf2.zip |
Add SyntaxErl linter
These changes add [SyntaxErl][1] integration. SyntaxErl is a syntax
checker tool for Erlang.
[1]: https://github.com/ten0s/syntaxerl
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ name. That seems to be the fairest way to arrange this table. | Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) | | Elm | [elm-make](https://github.com/elm-lang/elm-make) | | Erb | [erb](https://github.com/jeremyevans/erubi) | -| Erlang | [erlc](http://erlang.org/doc/man/erlc.html) | +| Erlang | [erlc](http://erlang.org/doc/man/erlc.html), [SyntaxErl](https://github.com/ten0s/syntaxerl) | | 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) | |