blob: 20c3db5b02fa9b0cdf2f623a996a92a46c104bd5 (
plain)
1
2
3
4
5
6
7
8
|
Before:
call ale#assert#SetUpLinterTest('json', 'jq')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'jq', ale#Escape('jq')
|