diff options
author | Kevin Locke <kevin@kevinlocke.name> | 2019-02-10 08:18:55 -0700 |
---|---|---|
committer | Kevin Locke <kevin@kevinlocke.name> | 2019-02-10 08:18:55 -0700 |
commit | 82b15fb7063e1c40803971159a6c1d330a585274 (patch) | |
tree | fc0191b9e18f0c8f984fdaa5e910a49b4365af7e /doc | |
parent | 7a48750610bbed164750a3f0fbf0fd9e88fa56c5 (diff) | |
download | ale-82b15fb7063e1c40803971159a6c1d330a585274.zip |
Document and test ale_python_vulture_options
The vulture linter already supports ale_python_vulture_options, but it
is not documented or tested. Since vulture only supports configuration
via options, it is an important use case. Add docs and test.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-python.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index 8641def5..f74e4e83 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -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| |