Added hack linter for php (#239)

* added hack linter

* updated docs for hack (hh_client)

* naming
This commit is contained in:
Zefei Xuan
2017-01-04 09:07:21 -08:00
committed by w0rp
parent ed43b17201
commit 5a0c3fd01e
3 changed files with 39 additions and 2 deletions

View File

@@ -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'