diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-06 12:18:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-06 12:18:47 +0200 |
commit | 0466ae942cb3d1a8a331fc1cb7d838456cd9bc30 (patch) | |
tree | 7fbd8d8e2c4950c1b8d87303016272fb8d7deb67 /doc | |
parent | 478c32f85d735dc23fa6b497d4ff9f6b6ac57ad1 (diff) | |
parent | 04533038ef2ae9520ddeffa88d0bf987aa3c9167 (diff) | |
download | ale-0466ae942cb3d1a8a331fc1cb7d838456cd9bc30.zip |
Merge pull request #50 from jwilliams108/linter-phpcs
adding phpcs linter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 369361c2..106802cb 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -46,7 +46,7 @@ The following languages and tools are supported. * HTML: 'tidy' * JavaScript: 'eslint', 'jscs', 'jshint' * JSON: 'jsonlint' -* PHP: 'php' (-l flag) +* PHP: 'php' (-l flag), 'phpcs' * Python: 'flake8' * Ruby: 'rubocop' * SASS: 'sasslint' |