summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael <micthiesen@gmail.com>2017-08-25 04:46:56 -0700
committerw0rp <w0rp@users.noreply.github.com>2017-08-25 12:46:56 +0100
commit8f8d015daeb2070b20c8296dd8488e706332b5b7 (patch)
treea35320bd87f48a7e72fb6b51d7e0cfa27a6705eb /doc
parent4bea50b82f53a351d218cc3af120b460b9d1639f (diff)
downloadale-8f8d015daeb2070b20c8296dd8488e706332b5b7.zip
Add pycodestyle Python linter support (#872)
Add a pycodestyle linter
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-python.txt29
-rw-r--r--doc/ale.txt1
2 files changed, 30 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index dabc573c..a8d033e2 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -123,6 +123,35 @@ g:ale_python_mypy_use_global *g:ale_python_mypy_use_global*
===============================================================================
+pycodestyle *ale-python-pycodestyle*
+
+
+g:ale_python_pycodestyle_executable *g:ale_python_pycodestyle_executable*
+ *b:ale_python_pycodestyle_executable*
+ Type: |String|
+ Default: `'pycodestyle'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_python_pycodestyle_options *g:ale_python_pycodestyle_options*
+ *b:ale_python_pycodestyle_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to add command-line arguments to the
+ pycodestyle invocation.
+
+
+g:ale_python_pycodestyle_use_global *g:ale_python_pycodestyle_use_global*
+ *b:ale_python_pycodestyle_use_global*
+ Type: |Number|
+ Default: `0`
+
+ See |ale-integrations-local-executables|
+
+
+===============================================================================
pylint *ale-python-pylint*
g:ale_python_pylint_executable *g:ale_python_pylint_executable*
diff --git a/doc/ale.txt b/doc/ale.txt
index 56c5946e..6c3be18e 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -96,6 +96,7 @@ CONTENTS *ale-contents*
flake8..............................|ale-python-flake8|
isort...............................|ale-python-isort|
mypy................................|ale-python-mypy|
+ pycodestyle.........................|ale-python-pycodestyle|
pylint..............................|ale-python-pylint|
yapf................................|ale-python-yapf|
ruby..................................|ale-ruby-options|