summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorƁukasz Jan Niemier <lukasz@niemier.pl>2016-10-16 17:44:09 +0200
committerw0rp <w0rp@users.noreply.github.com>2016-10-16 16:44:09 +0100
commit27aad958d61d77ed21678f513f69dd188eadbc75 (patch)
tree81d59ec9376be63ce8b1f0b97c1ad9af29649828 /doc
parentb07161fe387f5cf91b1ca3c3921e4af58acccec8 (diff)
downloadale-27aad958d61d77ed21678f513f69dd188eadbc75.zip
Add linters for Elixir (#113)
* Add Credo linter for Elixir * Add requested changes TODO: check if all message types are covered in `if` chain. * Add information about Credo linter to README * Add information about Credo linter to doc
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 6f47cc2b..07cfec31 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -56,6 +56,7 @@ The following languages and tools are supported.
* CSS: 'csslint'
* Cython (pyrex filetype): 'cython'
* D: 'dmd'
+* Elixir: 'credo'
* Fortran: 'gcc'
* Go: 'gofmt -e', 'go vet', 'golint'
* Haskell: 'ghc'