summaryrefslogtreecommitdiff
path: root/doc/ale-python.txt
diff options
context:
space:
mode:
authorYauhen Kirylau <actionless.loveless@gmail.com>2018-07-26 09:41:27 +0200
committerw0rp <w0rp@users.noreply.github.com>2018-07-26 08:41:27 +0100
commit8517e901ffff5dbc4928cba64f30c26d08869733 (patch)
tree625bdb0d89b8d0778cf774176965c59f49fb86ce /doc/ale-python.txt
parent79ffdde267323a206a96227904549c370f27decf (diff)
downloadale-8517e901ffff5dbc4928cba64f30c26d08869733.zip
Add support for 'vulture' for Python
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r--doc/ale-python.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index e24ef1aa..093ea758 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -398,6 +398,36 @@ g:ale_python_pyre_use_global *g:ale_python_pyre_use_global*
===============================================================================
+vulture *ale-python-vulture*
+
+g:ale_python_vulture_change_directory *g:ale_python_vulture_change_directory*
+ *b:ale_python_vulture_change_directory*
+ Type: |Number|
+ Default: `1`
+
+ If set to `1`, ALE will switch to the directory the Python file being
+ checked with `vulture` is in before checking it and check the whole project
+ directory instead of checking only the file opened in the current buffer.
+ This helps `vulture` to know the context and avoid false-negative results.
+
+
+g:ale_python_vulture_executable *g:ale_python_vulture_executable*
+ *b:ale_python_vulture_executable*
+ Type: |String|
+ Default: `'vulture'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_python_vulture_use_global *g:ale_python_vulture_use_global*
+ *b:ale_python_vulture_use_global*
+ Type: |Number|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+
+===============================================================================
yapf *ale-python-yapf*
g:ale_python_yapf_executable *g:ale_python_yapf_executable*