summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMagnus <evnu@posteo.de>2017-01-22 14:42:18 +0100
committerw0rp <w0rp@users.noreply.github.com>2017-01-22 13:42:18 +0000
commitcae153b3ac506bf391b6d57a32a00b0c1e046f40 (patch)
tree145f867504a407d237dd5a4a492ddcb173f24339 /README.md
parent23f8e7ddc5048507119dcb1abbf7763e26a65e11 (diff)
downloadale-cae153b3ac506bf391b6d57a32a00b0c1e046f40.zip
Add erlc lint for Erlang (#248) (#255)
* Add erlc lint for Erlang (#248) * Ignore certain errors in Erlang .hrl files (#248) A .hrl file does not need to have a -module definition. Additionally, it is common to have unused elements in such a file, as the entities will be used in a file including the header. * Address change requests to Erlang linter
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e0b601e..a0173bab 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ name. That seems to be the fairest way to arrange this table.
| D | [dmd](https://dlang.org/dmd-linux.html)^ |
| Elixir | [credo](https://github.com/rrrene/credo) |
| Elm | [elm-make](https://github.com/elm-lang/elm-make) |
+| Erlang | [erlc](http://erlang.org/doc/man/erlc.html) |
| Fortran | [gcc](https://gcc.gnu.org/) |
| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [go build](https://golang.org/cmd/go/) |
| Haskell | [ghc](https://www.haskell.org/ghc/), [hlint](https://hackage.haskell.org/package/hlint) |