ale/test/linter/test_openscad_sca2d.vader

13 lines
326 B
Plaintext
Raw Normal View History

2022-08-07 07:27:17 +00:00
Before:
call ale#assert#SetUpLinterTest('openscad', 'sca2d')
After:
call ale#assert#TearDownLinterTest()
Execute(The options should be used in the command):
AssertLinter 'sca2d', ale#Escape('sca2d') . ' %s'
let b:ale_openscad_sca2d_options = '--foobar'
AssertLinter 'sca2d', ale#Escape('sca2d') . ' --foobar %s'