summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFran Casas <nflamel@gmail.com>2018-01-22 13:21:07 +0100
committerw0rp <w0rp@users.noreply.github.com>2018-01-22 12:21:07 +0000
commit038789f0ed42cfffbd442a6a399cb2395591821d (patch)
tree4fe4464b09f38ff95673b4e322acf89462756c74 /README.md
parentacf9c92ab40737d6993e55d182b00097e5a8d406 (diff)
downloadale-038789f0ed42cfffbd442a6a399cb2395591821d.zip
Add Elixir linter for dialyxir (#1257)
* Add Elixir linter for dialyxir * Update doc/ale.txt with dialyxir * Keep elixir tools alphabetically ordered in README * Add a missing entry for dialyxir to the main documentation file.
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 29095df3..c42f4bfa 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ formatting.
| Dafny | [dafny](https://rise4fun.com/Dafny) !! |
| Dart | [dartanalyzer](https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli) !!, [language_server](https://github.com/natebosch/dart_language_server) |
| Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) |
-| Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) !! |
+| Elixir | [credo](https://github.com/rrrene/credo), [dialyxir](https://github.com/jeremyjh/dialyxir), [dogma](https://github.com/lpil/dogma) !!|
| Elm | [elm-format](https://github.com/avh4/elm-format), [elm-make](https://github.com/elm-lang/elm-make) |
| Erb | [erb](https://github.com/jeremyevans/erubi), [erubis](https://github.com/kwatch/erubis) |
| Erlang | [erlc](http://erlang.org/doc/man/erlc.html), [SyntaxErl](https://github.com/ten0s/syntaxerl) |