summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorpmacosta <pmacosta@users.noreply.github.com>2018-12-06 13:27:03 -0500
committerBjorn Neergaard <bjorn@neersighted.com>2018-12-06 11:27:03 -0700
commitfdd37acc1f381230fc2ed87303e98c7a4daafaad (patch)
treef7e139d3f7c3d7c3b683efa1fd8f0171cd647f75 /doc/ale.txt
parent2760cf7018893b42c4ae5c750a7f1d38669aa821 (diff)
downloadale-fdd37acc1f381230fc2ed87303e98c7a4daafaad.zip
Add support for pydocstyle linter (#2085)
The linter can correctly parse pydocstyle output with any of the following command-line options enabled: --explain, --source, --debug, and/or --verbose
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 92a100f9..370e0455 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -258,6 +258,7 @@ CONTENTS *ale-contents*
mypy................................|ale-python-mypy|
prospector..........................|ale-python-prospector|
pycodestyle.........................|ale-python-pycodestyle|
+ pydocstyle..........................|ale-python-pydocstyle|
pyflakes............................|ale-python-pyflakes|
pylint..............................|ale-python-pylint|
pyls................................|ale-python-pyls|
@@ -475,7 +476,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`!!, `vulture`!!, `yapf`
+* Python: `autopep8`, `black`, `flake8`, `isort`, `mypy`, `prospector`, `pycodestyle`, `pydocstyle`, `pyls`, `pyre`, `pylint`!!, `vulture`!!, `yapf`
* QML: `qmlfmt`, `qmllint`
* R: `lintr`
* ReasonML: `merlin`, `ols`, `refmt`