diff options
author | Jesse Paroz <jparoz@users.noreply.github.com> | 2016-10-19 22:27:03 +1000 |
---|---|---|
committer | Jesse Paroz <jparoz@users.noreply.github.com> | 2016-10-19 22:27:03 +1000 |
commit | 5831e932e09822a3341207cced6a8230642bb5d6 (patch) | |
tree | 61d98131533e4c8a77c92247ab82d1c87fb85905 /doc/ale.txt | |
parent | a2b7bbc8f2f0dc777586222374ade95330fcb55f (diff) | |
download | ale-5831e932e09822a3341207cced6a8230642bb5d6.zip |
Added support for hlint
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 07cfec31..3400ed35 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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' |