diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-07-16 15:06:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 15:06:55 +0100 |
commit | bd5ff5b1e52723c910f083bb4b37bad6a410900d (patch) | |
tree | 5af64ed202016f484517cd3c76f83dbead40cfc7 /README.md | |
parent | 7d174b00561f2cb6a6ad71b839b1b6fc6bd88e3b (diff) | |
parent | 1aea6a34ff22c9e79d20a018b4d46000c208caf2 (diff) | |
download | ale-bd5ff5b1e52723c910f083bb4b37bad6a410900d.zip |
Merge pull request #774 from dmitrivereshchagin/syntaxerl-linter
Add SyntaxErl linter
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) | |