Add pylint to the list of supported tools.
This commit is contained in:
parent
a6ca60203f
commit
9028d1f132
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ name. That seems to be the fairest way to arrange this table.
|
|||
| 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) |
|
||||
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
|
||||
| Python | [flake8](http://flake8.pycqa.org/en/latest/), [pylint](https://www.pylint.org/) |
|
||||
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
|
||||
| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint) |
|
||||
| SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint) |
|
||||
|
|
|
@ -74,7 +74,7 @@ The following languages and tools are supported.
|
|||
* Perl: 'perl' (-c flag), 'perlcritic'
|
||||
* PHP: 'php' (-l flag), 'phpcs'
|
||||
* Pug: 'pug-lint'
|
||||
* Python: 'flake8'
|
||||
* Python: 'flake8', 'pylint'
|
||||
* Ruby: 'rubocop'
|
||||
* SASS: 'sasslint'
|
||||
* SCSS: 'sasslint', 'scsslint'
|
||||
|
|
Reference in a new issue