fix(linters: python): mark as lint_file

This commit is contained in:
actionless 2018-07-26 14:45:28 +02:00
parent c2cfe2326d
commit eb38c4b3f1
1 changed files with 1 additions and 0 deletions

View File

@ -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,
\})