mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 22:14:44 +08:00
ale_linters/dafny: lint only saved files
This commit is contained in:
@@ -21,4 +21,5 @@ call ale#linter#Define('dafny', {
|
|||||||
\ 'executable': 'dafny',
|
\ 'executable': 'dafny',
|
||||||
\ 'command': 'dafny %s /compile:0',
|
\ 'command': 'dafny %s /compile:0',
|
||||||
\ 'callback': 'ale_linters#dafny#dafny#Handle',
|
\ 'callback': 'ale_linters#dafny#dafny#Handle',
|
||||||
|
\ 'lint_file': 1,
|
||||||
\ })
|
\ })
|
||||||
|
|||||||
Reference in New Issue
Block a user