summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZefei Xuan <zefei.xuan@gmail.com>2017-01-04 09:07:21 -0800
committerw0rp <w0rp@users.noreply.github.com>2017-01-04 17:07:21 +0000
commit5a0c3fd01e79feb1b35e554c38045ae0a88c429f (patch)
tree2e5df09b9a4a3ed8956190321886ace9101c399f /README.md
parented43b17201307bf1562624fbf6ddf93f4d0c93c3 (diff)
downloadale-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07866013..200cc5d9 100644
--- a/README.md
+++ b/README.md
@@ -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/) |