summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMagnus Ottenklinger <evnu@posteo.de>2017-08-23 09:03:13 +0200
committerColby Dehart <colbydehart@gmail.com>2018-05-30 10:38:14 -0400
commit801c12a8813deb6ab20107fe8de979b86297b536 (patch)
tree33f64f89169e35e1c9ef13c348351f46c8f340ef /README.md
parent3014d853250d634803d6a3d620b898338b027e02 (diff)
downloadale-801c12a8813deb6ab20107fe8de979b86297b536.zip
Add mix linter for elixir
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 f9233db3..d2769083 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,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/hadolint/hadolint) |
-| Elixir | [credo](https://github.com/rrrene/credo), [dialyxir](https://github.com/jeremyjh/dialyxir), [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), [mix](https://hexdocs.pm/mix/Mix.html) !!|
| Elm | [elm-format](https://github.com/avh4/elm-format), [elm-make](https://github.com/elm-lang/elm-make) |
| Erb | [erb](https://apidock.com/ruby/ERB), [erubi](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) |