9 lines
225 B
Text
9 lines
225 B
Text
|
Before:
|
||
|
call ale#assert#SetUpLinterTest('cypher', 'cypher_lint')
|
||
|
|
||
|
After:
|
||
|
call ale#assert#TearDownLinterTest()
|
||
|
|
||
|
Execute(The default command and executable should be correct):
|
||
|
AssertLinter 'cypher-lint', 'cypher-lint %s'
|