Added support for hlint

This commit is contained in:
Jesse Paroz
2016-10-19 22:27:03 +10:00
parent a2b7bbc8f2
commit 5831e932e0
3 changed files with 37 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ The following languages and tools are supported.
* Elixir: 'credo'
* Fortran: 'gcc'
* Go: 'gofmt -e', 'go vet', 'golint'
* Haskell: 'ghc'
* Haskell: 'ghc', 'hlint'
* HTML: 'HTMLHint', 'tidy'
* JavaScript: 'eslint', 'jscs', 'jshint'
* JSON: 'jsonlint'