summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorFred Emmott <fe@fb.com>2018-08-02 13:09:51 -0700
committerFred Emmott <fe@fb.com>2018-08-02 13:50:56 -0700
commita728f074f727ad9aac0d6947f7b81d26078c0fb6 (patch)
tree23183f735de3a9cb1ca99e9fe212af16a68605df /doc/ale.txt
parentde6cd961a83674ef1a73d4c4e9a1b9ccc73ec941 (diff)
downloadale-a728f074f727ad9aac0d6947f7b81d26078c0fb6.zip
Disable HHAST by default
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index b60c3da0..c360d3bd 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1214,6 +1214,7 @@ g:ale_linters *g:ale_linters*
{
\ 'csh': ['shell'],
\ 'go': ['gofmt', 'golint', 'go vet'],
+ \ 'hack': ['hack'],
\ 'help': [],
\ 'perl': ['perlcritic'],
\ 'python': ['flake8', 'mypy', 'pylint'],