diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-30 09:47:06 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-30 09:47:06 +0000 |
commit | 9028d1f1322bdec9c6f6fdf886affb9201c44b34 (patch) | |
tree | bca583dada1a1f01419c07e6ca61adb2323e6ff9 /doc/ale.txt | |
parent | a6ca60203f74bd84122656d4a91db9490e52a732 (diff) | |
download | ale-9028d1f1322bdec9c6f6fdf886affb9201c44b34.zip |
Add pylint to the list of supported tools.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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' |