mirror of
https://github.com/dense-analysis/ale
synced 2025-01-13 10:32:52 +00:00
13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
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'
|