mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Fix 3011 - not catching kotlinc output on stderr
This commit is contained in:
@@ -174,6 +174,7 @@ endfunction
|
|||||||
call ale#linter#Define('kotlin', {
|
call ale#linter#Define('kotlin', {
|
||||||
\ 'name': 'kotlinc',
|
\ 'name': 'kotlinc',
|
||||||
\ 'executable': 'kotlinc',
|
\ 'executable': 'kotlinc',
|
||||||
|
\ 'output_stream': 'stderr',
|
||||||
\ 'command': function('ale_linters#kotlin#kotlinc#RunWithImportPaths'),
|
\ 'command': function('ale_linters#kotlin#kotlinc#RunWithImportPaths'),
|
||||||
\ 'callback': 'ale_linters#kotlin#kotlinc#Handle',
|
\ 'callback': 'ale_linters#kotlin#kotlinc#Handle',
|
||||||
\ 'lint_file': 1,
|
\ 'lint_file': 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user