diff options
author | w0rp <devw0rp@gmail.com> | 2017-05-06 19:11:43 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-05-06 19:11:43 +0100 |
commit | 2e1c9b0fa574aa2e617734470d5dbec61abee928 (patch) | |
tree | 9b9b303a8d47f4415fd63bdc70378b6ef464943e /doc | |
parent | bf8aae02e8a1a58649c4617008bd38b71b6b602d (diff) | |
download | ale-2e1c9b0fa574aa2e617734470d5dbec61abee928.zip |
#208 Automatically detect pylint in virtualenv directories
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-python.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index 381ca7ce..6b4a4ea4 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -72,5 +72,17 @@ g:ale_python_pylint_options *g:ale_python_pylint_options* `python3 -m pip install --user pylint`). +g:ale_python_pylint_use_global *g:ale_python_pylint_use_global* + *b:ale_python_pylint_use_global* + Type: |Number| + Default: `0` + + This variable controls whether or not ALE will search pylint in a virtualenv + directory first. If this variable is set to `1`, then ALE will always use + |g:ale_python_pylint_executable| for the executable path. + + Both variables can be set with `b:` buffer variables instead. + + ------------------------------------------------------------------------------- vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |