Merge pull request #1871 from Ophirr33/master

added sbtserver linter
This commit is contained in:
w0rp
2018-09-04 11:22:57 +01:00
committed by GitHub
9 changed files with 83 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ function! ale#linter#PreProcess(filetype, linter) abort
endif
if index(['', 'socket', 'stdio', 'tsserver'], l:obj.lsp) < 0
throw '`lsp` must be either `''lsp''` or `''tsserver''` if defined'
throw '`lsp` must be either `''lsp''`, `''stdio''`, `''socket''` or `''tsserver''` if defined'
endif
if !l:needs_executable