Revert "Merge pull request #2083 from zackhsi/scalac-until-jvm"

This reverts commit 1c89495d77, reversing
changes made to 4b4b09593b.
This commit is contained in:
w0rp
2018-12-03 20:39:10 +00:00
parent 9eda079e02
commit 6f32f002e7
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ endfunction
call ale#linter#Define('scala', {
\ 'name': 'scalac',
\ 'executable_callback': {buf -> s:IsSbt(buf) ? '' : 'scalac'},
\ 'command': '%e -Ystop-before:jvm %t',
\ 'command': '%e -Ystop-after:parser %t',
\ 'callback': 'ale#handlers#scala#HandleScalacLintFormat',
\ 'output_stream': 'stderr',
\})