Merge pull request #3027 from ndtho8205/fix-kotlinc-stderr

Fix 3011 - not catching kotlinc output on stderr
This commit is contained in:
Horacio Sanson
2020-04-19 18:55:47 +09:00
committed by GitHub

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,