diff options
author | Zefei Xuan <zefei.xuan@gmail.com> | 2017-01-04 09:07:21 -0800 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-01-04 17:07:21 +0000 |
commit | 5a0c3fd01e79feb1b35e554c38045ae0a88c429f (patch) | |
tree | 2e5df09b9a4a3ed8956190321886ace9101c399f /doc | |
parent | ed43b17201307bf1562624fbf6ddf93f4d0c93c3 (diff) | |
download | ale-5a0c3fd01e79feb1b35e554c38045ae0a88c429f.zip |
Added hack linter for php (#239)
* added hack linter
* updated docs for hack (hh_client)
* naming
Diffstat (limited to 'doc')
-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 8144267e..6d43ec65 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -84,7 +84,7 @@ The following languages and tools are supported. * MATLAB: 'mlint' * OCaml: 'merlin' (see |ale-linter-integration-ocaml-merlin|) * Perl: 'perl' (-c flag), 'perlcritic' -* PHP: 'php' (-l flag), 'phpcs' +* PHP: 'hack', 'php' (-l flag), 'phpcs' * Pug: 'pug-lint' * Puppet: 'puppet', 'puppet-lint' * Python: 'flake8', 'pylint' |