summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-04 00:16:53 +0100
committerw0rp <devw0rp@gmail.com>2016-10-04 00:16:53 +0100
commit6269ffa0b28bce00d5e9df63ea5c5829a15dd125 (patch)
treefc027b3c3e73831ddb92f4005d9bf3190224281d /README.md
parent2d1f1fd698ba195b32e58bbf09b48d7a236bea5f (diff)
downloadale-6269ffa0b28bce00d5e9df63ea5c5829a15dd125.zip
Add support for checking PHP code, courtesy of Spencer Wood.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 01823919..5bdee892 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ name. That seems to be the fairest way to arrange this table.
| Haskell | [ghc](https://www.haskell.org/ghc/)^ |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
+| PHP | [php -l](https://secure.php.net/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
| SASS/SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint) |