From 9028d1f1322bdec9c6f6fdf886affb9201c44b34 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 30 Oct 2016 09:47:06 +0000 Subject: Add pylint to the list of supported tools. --- README.md | 2 +- doc/ale.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c297ebcf..dde20d0d 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/doc/ale.txt b/doc/ale.txt index 40cc2af0..3420b5a3 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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' -- cgit v1.2.3