diff options
author | actionless <actionless.loveless@gmail.com> | 2018-07-26 14:45:28 +0200 |
---|---|---|
committer | actionless <actionless.loveless@gmail.com> | 2018-07-26 14:45:28 +0200 |
commit | eb38c4b3f1de08ce58c0fb95676cb3088d48b88c (patch) | |
tree | 33497aabce2396a083240c7ed2cedb0224bbe400 /ale_linters | |
parent | c2cfe2326d6cfadf599391ec9d9bc1e8c813fa76 (diff) | |
download | ale-eb38c4b3f1de08ce58c0fb95676cb3088d48b88c.zip |
fix(linters: python): mark as lint_file
Diffstat (limited to 'ale_linters')
-rw-r--r-- | ale_linters/python/vulture.vim | 1 |
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, \}) |