diff options
author | s-ol <s-ol@users.noreply.github.com> | 2016-10-12 16:44:53 +0200 |
---|---|---|
committer | s-ol <s-ol@users.noreply.github.com> | 2016-10-13 10:05:30 +0200 |
commit | c197928d6709aeeb9527a17aeb84f348e8387cd7 (patch) | |
tree | 6dbc8ff549824aa547d4c93aece2d1375deb1233 /README.md | |
parent | 1d321e6f39eb0baef1d787eacbbb65700e82859e (diff) | |
download | ale-c197928d6709aeeb9527a17aeb84f348e8387cd7.zip |
add documentation for luacheck linter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ name. That seems to be the fairest way to arrange this table. | HTML | [HTMLHint](http://htmlhint.com/), [tidy](http://www.html-tidy.org/) | | JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) | | JSON | [jsonlint](http://zaa.ch/jsonlint/) | +| Lua | [luacheck](https://github.com/mpeterv/luacheck) | | 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) | | Pug | [pug-lint](https://github.com/pugjs/pug-lint) | |