Fix 3011 - not catching kotlinc output on stderr

This commit is contained in:
Tho Nguyen Duc 2020-03-06 13:44:30 +09:00
parent 8f7ccdc5e9
commit 46d7ee564f
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ endfunction
call ale#linter#Define('kotlin', {
\ 'name': 'kotlinc',
\ 'executable': 'kotlinc',
\ 'output_stream': 'stderr',
\ 'command': function('ale_linters#kotlin#kotlinc#RunWithImportPaths'),
\ 'callback': 'ale_linters#kotlin#kotlinc#Handle',
\ 'lint_file': 1,