blob: c09f16820aef0e0e780878a3d667f28e489ae86f (
plain)
1
2
3
4
5
6
7
8
|
Before:
call ale#assert#SetUpLinterTest('svelte', 'svelteserver')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'svelteserver', ale#Escape('svelteserver') . ' --stdio'
|