Add support for perl and perlcritic

This commit is contained in:
Vincent Lequertier
2016-10-09 17:31:03 +02:00
parent 34241edcdb
commit d1cf208683
4 changed files with 94 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ The following languages and tools are supported.
* HTML: 'HTMLHint', 'tidy'
* JavaScript: 'eslint', 'jscs', 'jshint'
* JSON: 'jsonlint'
* Perl: 'perl' (-c flag), 'perlcritic'
* PHP: 'php' (-l flag), 'phpcs'
* Pug: 'pug-lint'
* Python: 'flake8'