summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-07-16 15:06:55 +0100
committerGitHub <noreply@github.com>2017-07-16 15:06:55 +0100
commitbd5ff5b1e52723c910f083bb4b37bad6a410900d (patch)
tree5af64ed202016f484517cd3c76f83dbead40cfc7 /README.md
parent7d174b00561f2cb6a6ad71b839b1b6fc6bd88e3b (diff)
parent1aea6a34ff22c9e79d20a018b4d46000c208caf2 (diff)
downloadale-bd5ff5b1e52723c910f083bb4b37bad6a410900d.zip
Merge pull request #774 from dmitrivereshchagin/syntaxerl-linter
Add SyntaxErl linter
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e94d70a6..a975b9d0 100644
--- a/README.md
+++ b/README.md
@@ -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) |