summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorAuri <me@aurieh.me>2017-11-08 19:58:56 +0200
committerw0rp <w0rp@users.noreply.github.com>2017-11-08 17:58:56 +0000
commit8a4cf923a8a3017fa683bd27d699d9b14720cd66 (patch)
tree7938bae1f68a36c332d3121ed6a1e58b5f8233c0 /doc/ale.txt
parent86e807401795e3dcc9cac63dd3deb1323d048f13 (diff)
downloadale-8a4cf923a8a3017fa683bd27d699d9b14720cd66.zip
Add PyLS linter (#1097)
* Support PyLS (python language server) * Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot
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 9ca0c727..2ee2c2d7 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -145,6 +145,7 @@ CONTENTS *ale-contents*
mypy................................|ale-python-mypy|
pycodestyle.........................|ale-python-pycodestyle|
pylint..............................|ale-python-pylint|
+ pyls................................|ale-python-pyls|
yapf................................|ale-python-yapf|
r.....................................|ale-r-options|
lintr...............................|ale-r-lintr|
@@ -309,7 +310,7 @@ Notes:
* Pod: `proselint`, `write-good`
* Pug: `pug-lint`
* Puppet: `puppet`, `puppet-lint`
-* Python: `autopep8`, `flake8`, `isort`, `mypy`, `pycodestyle`, `pylint`!!, `yapf`
+* Python: `autopep8`, `flake8`, `isort`, `mypy`, `pycodestyle`, `pyls`, `pylint`!!, `yapf`
* R: `lintr`
* ReasonML: `merlin`, `refmt`
* reStructuredText: `proselint`, `write-good`