diff options
author | medains <medains@github.com.fake> | 2017-02-01 16:09:33 +0000 |
---|---|---|
committer | medains <medains@github.com.fake> | 2017-02-01 16:28:51 +0000 |
commit | ff096124c6d128bef222aa6954da636c075b05d8 (patch) | |
tree | 2534a4502691dbf0bd3f723d32df6134f9ef7d73 /README.md | |
parent | 512b6e00d9379700d65dbf7701dc9631f62866d8 (diff) | |
download | ale-ff096124c6d128bef222aa6954da636c075b05d8.zip |
Linter addition of PHP Mess Detector
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,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 | [hack](http://hacklang.org/), [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), [phpmd](https://phpmd.org) | | 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/), [mypy](http://mypy-lang.org/), [pylint](https://www.pylint.org/) | |