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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ name. That seems to be the fairest way to arrange this table. | MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) | | OCaml | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-integration-ocaml-merlin` for configuration instructions | Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) | -| PHP | [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) | +| PHP | [hack](http://hacklang.org/), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) | | Pug | [pug-lint](https://github.com/pugjs/pug-lint) | | Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) | | Python | [flake8](http://flake8.pycqa.org/en/latest/), [pylint](https://www.pylint.org/) | |