Add sql-lint to supported tools

This commit is contained in:
w0rp
2020-08-28 09:25:40 +01:00
parent 47fdc02fc7
commit 36e959a466
4 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ endfunction
call ale#linter#Define('sql', {
\ 'name': 'sqllint',
\ 'aliases': ['sql-lint'],
\ 'executable': 'sql-lint',
\ 'command': 'sql-lint',
\ 'callback': 'ale_linters#sql#sqllint#Handle',