mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 14:31:52 +08:00
rename command variable to *_adals_* instead of *_lsp_* and whole name to adals instead of adalsp
This commit is contained in:
9
test/command_callback/test_adals_command_callbacks.vader
Normal file
9
test/command_callback/test_adals_command_callbacks.vader
Normal file
@@ -0,0 +1,9 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('ada', 'adals')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(Sets adals executable):
|
||||
let g:ale_ada_adals_executable = '/path/to /Ada'
|
||||
AssertLinter '/path/to /Ada', ale#Escape('/path/to /Ada')
|
||||
Reference in New Issue
Block a user