mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
be precise about output_stream
This commit is contained in:
@@ -36,7 +36,7 @@ endfunction
|
|||||||
|
|
||||||
call ale#linter#Define('vala', {
|
call ale#linter#Define('vala', {
|
||||||
\ 'name': 'vala-lint',
|
\ 'name': 'vala-lint',
|
||||||
\ 'output_stream': 'both',
|
\ 'output_stream': 'stdout',
|
||||||
\ 'executable': 'io.elementary.vala-lint',
|
\ 'executable': 'io.elementary.vala-lint',
|
||||||
\ 'command': function('ale_linters#vala#vala_lint#GetCommand'),
|
\ 'command': function('ale_linters#vala#vala_lint#GetCommand'),
|
||||||
\ 'callback': 'ale_linters#vala#vala_lint#Handle',
|
\ 'callback': 'ale_linters#vala#vala_lint#Handle',
|
||||||
|
|||||||
Reference in New Issue
Block a user