diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-02-09 18:43:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 18:43:26 +0000 |
commit | f67cf170707646df7321bcd113cf256206242de7 (patch) | |
tree | 6e8a2fe8693aaffcbc27248720fcd9f23c3510ec /README.md | |
parent | 73e0f87eba043594668d9b34b63d489c59140c4f (diff) | |
parent | ff096124c6d128bef222aa6954da636c075b05d8 (diff) | |
download | ale-f67cf170707646df7321bcd113cf256206242de7.zip |
Merge pull request #285 from medains/master
Linter addition of PHP Mess Detector
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,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/) | |