summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-30 09:47:06 +0000
committerw0rp <devw0rp@gmail.com>2016-10-30 09:47:06 +0000
commit9028d1f1322bdec9c6f6fdf886affb9201c44b34 (patch)
treebca583dada1a1f01419c07e6ca61adb2323e6ff9 /README.md
parenta6ca60203f74bd84122656d4a91db9490e52a732 (diff)
downloadale-9028d1f1322bdec9c6f6fdf886affb9201c44b34.zip
Add pylint to the list of supported tools.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 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) |