1
0
Fork 0
mirror of synced 2024-06-29 20:11:09 -04:00
ultimate-vim/sources_non_forked/ale/test/linter/test_bitbake.vader
2022-05-19 21:16:38 +08:00

14 lines
399 B
Plaintext
Executable file

Before:
call ale#assert#SetUpLinterTest('bitbake', 'oelint_adv')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'oelint-adv', ale#Escape('oelint-adv') . ' --quiet %s'
Execute(The executable should be configurable):
let b:ale_bitbake_oelint_adv_executable = 'xyz'
AssertLinter 'xyz', ale#Escape('xyz') . ' --quiet %s'