#208 Automatically detect pylint in virtualenv directories

This commit is contained in:
w0rp
2017-05-06 19:11:43 +01:00
parent bf8aae02e8
commit 2e1c9b0fa5
10 changed files with 113 additions and 0 deletions

View File

@@ -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: