blob: 6b64dc1fc4363b3a56fdcefcb1d21a1a5e888e53 (
plain)
1
2
3
4
5
6
7
8
|
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'
|