Merge pull request #3121 from zoonfafer/scala-metals

linter/scala/metals: Fix return value of GetProjectRoot()
This commit is contained in:
w0rp 2020-04-20 17:39:48 +01:00 committed by GitHub
commit d2934ba017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ function! ale_linters#scala#metals#GetProjectRoot(buffer) abort
\)
endif
endfor
return ''
endfunction
function! ale_linters#scala#metals#GetCommand(buffer) abort