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
This commit is contained in:
Łukasz Jan Niemier
2016-10-16 17:44:09 +02:00
committed by w0rp
parent b07161fe38
commit 27aad958d6
3 changed files with 54 additions and 1 deletions

View File

@@ -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'