Add hamllint linter for Haml (#377)

* Add hamllint linter for Haml

* Simplify hamllint
This commit is contained in:
Patrick Lewis
2017-03-03 15:27:07 -05:00
committed by w0rp
parent 2750c605c1
commit 9e9e15bc87
3 changed files with 35 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ The following languages and tools are supported.
* Erlang: 'erlc'
* Fortran: 'gcc'
* Go: 'gofmt -e', 'go vet', 'golint', 'go build'
* Haml: 'hamllint'
* Haskell: 'ghc', 'hlint'
* HTML: 'HTMLHint', 'proselint', 'tidy'
* Java: 'javac'