ale_linters/dafny: lint only saved files

This commit is contained in:
Taylor Blau 2017-11-08 09:28:24 -08:00
parent 105251c1de
commit da8012971a
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ call ale#linter#Define('dafny', {
\ 'executable': 'dafny',
\ 'command': 'dafny %s /compile:0',
\ 'callback': 'ale_linters#dafny#dafny#Handle',
\ 'lint_file': 1,
\ })