summaryrefslogtreecommitdiff
path: root/ale_linters/python
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/python')
-rw-r--r--ale_linters/python/vulture.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ale_linters/python/vulture.vim b/ale_linters/python/vulture.vim
index bff7d623..80828013 100644
--- a/ale_linters/python/vulture.vim
+++ b/ale_linters/python/vulture.vim
@@ -81,4 +81,5 @@ call ale#linter#Define('python', {
\ 'executable_callback': 'ale_linters#python#vulture#GetExecutable',
\ 'command_callback': 'ale_linters#python#vulture#GetCommand',
\ 'callback': 'ale_linters#python#vulture#Handle',
+\ 'lint_file': 1,
\})