Add sql-lint as linter

This commit is contained in:
Joe Reynolds
2020-01-31 11:11:12 +00:00
parent 4afbf2f25d
commit 07080066e4
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,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']