From 8f8d015daeb2070b20c8296dd8488e706332b5b7 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 25 Aug 2017 04:46:56 -0700 Subject: Add pycodestyle Python linter support (#872) Add a pycodestyle linter --- doc/ale-python.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'doc/ale-python.txt') 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 @@ -122,6 +122,35 @@ g:ale_python_mypy_use_global *g:ale_python_mypy_use_global* See |ale-integrations-local-executables| +=============================================================================== +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* -- cgit v1.2.3