2018-02-10 14:04:43 -05:00
|
|
|
Before:
|
2018-07-15 13:24:53 -04:00
|
|
|
call ale#assert#SetUpLinterTest('pony', 'ponyc')
|
2018-02-10 14:04:43 -05:00
|
|
|
|
|
|
|
After:
|
2018-07-15 13:24:53 -04:00
|
|
|
call ale#assert#TearDownLinterTest()
|
2018-02-10 14:04:43 -05:00
|
|
|
|
|
|
|
Execute(The options should be used in the command):
|
2018-07-15 13:24:53 -04:00
|
|
|
AssertLinter 'ponyc', ale#Escape('ponyc') . ' --pass paint'
|
2018-02-10 14:04:43 -05:00
|
|
|
|
|
|
|
let b:ale_pony_ponyc_options = 'foobar'
|
|
|
|
|
2018-07-15 13:24:53 -04:00
|
|
|
AssertLinter 'ponyc', ale#Escape('ponyc') . ' foobar'
|