#208 Automatically detect pylint in virtualenv directories
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user