diff options
author | Yauhen Kirylau <actionless.loveless@gmail.com> | 2018-07-26 09:41:27 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2018-07-26 08:41:27 +0100 |
commit | 8517e901ffff5dbc4928cba64f30c26d08869733 (patch) | |
tree | 625bdb0d89b8d0778cf774176965c59f49fb86ce /doc/ale.txt | |
parent | 79ffdde267323a206a96227904549c370f27decf (diff) | |
download | ale-8517e901ffff5dbc4928cba64f30c26d08869733.zip |
Add support for 'vulture' for Python
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index fdb2d0a6..24f57424 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -207,6 +207,7 @@ CONTENTS *ale-contents* pylint..............................|ale-python-pylint| pyls................................|ale-python-pyls| pyre................................|ale-python-pyre| + vulture.............................|ale-python-vulture| yapf................................|ale-python-yapf| qml...................................|ale-qml-options| qmlfmt..............................|ale-qml-qmlfmt| @@ -399,7 +400,7 @@ Notes: * proto: `protoc-gen-lint` * Pug: `pug-lint` * Puppet: `languageserver`, `puppet`, `puppet-lint` -* Python: `autopep8`, `black`, `flake8`, `isort`, `mypy`, `prospector`, `pycodestyle`, `pyls`, `pyre`, `pylint`!!, `yapf` +* Python: `autopep8`, `black`, `flake8`, `isort`, `mypy`, `prospector`, `pycodestyle`, `pyls`, `pyre`, `pylint`!!, `vulture`, `yapf` * QML: `qmlfmt`, `qmllint` * R: `lintr` * ReasonML: `merlin`, `ols`, `refmt` |