Use the lint_file option so the Cargo linter will only be run against files on disk

This commit is contained in:
w0rp
2017-03-29 00:34:03 +01:00
parent 3f5cb55e73
commit 8e71f233da
2 changed files with 3 additions and 3 deletions

View File

@@ -27,4 +27,5 @@ call ale#linter#Define('rust', {
\ 'command_callback': 'ale_linters#rust#cargo#GetCommand',
\ 'callback': 'ale#handlers#rust#HandleRustErrors',
\ 'output_stream': 'stdout',
\ 'lint_file': 1,
\})