blob: eea9b4e0d4fdbd3f93ba11cbf11b080a33908cb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Before:
" Load the linter and set up a series of commands, reset linter variables,
" clear caches, etc.
"
" Vader's 'Save' command will be called here for linter variables.
call ale#assert#SetUpLinterTest('sql', 'sqllint')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'sql-lint', ['sql-lint']
|