mirror of https://github.com/dense-analysis/ale
modify rls testcase
This commit is contained in:
parent
df806c511c
commit
fb7099d440
|
@ -5,7 +5,7 @@ After:
|
||||||
call ale#assert#TearDownLinterTest()
|
call ale#assert#TearDownLinterTest()
|
||||||
|
|
||||||
Execute(The default executable path should be correct):
|
Execute(The default executable path should be correct):
|
||||||
AssertLinter 'rls', ale#Escape('rls') . ' +' . ale#Escape('nightly')
|
AssertLinter 'rls', ale#Escape('rls')
|
||||||
|
|
||||||
Execute(The toolchain should be configurable):
|
Execute(The toolchain should be configurable):
|
||||||
let g:ale_rust_rls_toolchain = 'stable'
|
let g:ale_rust_rls_toolchain = 'stable'
|
||||||
|
|
Loading…
Reference in New Issue