mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-18 06:19:49 +08:00
#3633 - Move linter tests into test/linter
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('pony', 'ponyc')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The options should be used in the command):
|
||||
AssertLinter 'ponyc', ale#Escape('ponyc') . ' --pass paint'
|
||||
|
||||
let b:ale_pony_ponyc_options = 'foobar'
|
||||
|
||||
AssertLinter 'ponyc', ale#Escape('ponyc') . ' foobar'
|
||||
Reference in New Issue
Block a user