Merge pull request #2287 from kevinoid/vulture-options

Document and test ale_python_vulture_options
This commit is contained in:
w0rp
2019-02-10 23:24:31 +00:00
committed by GitHub
4 changed files with 77 additions and 0 deletions

View File

@@ -671,6 +671,15 @@ g:ale_python_vulture_executable *g:ale_python_vulture_executable*
See |ale-integrations-local-executables|
g:ale_python_vulture_options *g:ale_python_vulture_options*
*b:ale_python_vulture_options*
Type: |String|
Default: `''`
This variable can be changed to add command-line arguments to the vulture
invocation.
g:ale_python_vulture_use_global *g:ale_python_vulture_use_global*
*b:ale_python_vulture_use_global*
Type: |Number|