9 lines
249 B
Text
9 lines
249 B
Text
Before:
|
|
call ale#assert#SetUpLinterTest('ada', 'adalsp')
|
|
|
|
After:
|
|
call ale#assert#TearDownLinterTest()
|
|
|
|
Execute(Sets adalsp executable):
|
|
let g:ale_ada_lsp_executable = '/path/to /Ada'
|
|
AssertLinter '/path/to /Ada', ale#Escape('/path/to /Ada')
|