be precise about output_stream
This commit is contained in:
parent
4ed520a219
commit
3e820207e7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue