Checker sql/tsqllint: cleanup.
This commit is contained in:
parent
a5691308a2
commit
2ac540a103
@ -6282,6 +6282,7 @@ SYNTAX CHECKERS FOR SQL *syntastic-checkers-sql*
|
||||
The following checkers are available for SQL (filetype "sql"):
|
||||
|
||||
1. sqlint...................|syntastic-sql-sqlint|
|
||||
2. tsqllint.................|syntastic-sql-tsqllint|
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
1. sqlint *syntastic-sql-sqlint*
|
||||
@ -6299,6 +6300,22 @@ Checker options~
|
||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||
accepts the standard options described at |syntastic-config-makeprg|.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
2. tsqllint *syntastic-sql-tsqllint*
|
||||
|
||||
Name: tsqllint
|
||||
Maintainer: Daniel Walker <dwalker@fifo99.com>
|
||||
|
||||
"tsqllint" is a lint checker for Transact-SQL scripts. See the project's page
|
||||
at GitHub for details:
|
||||
|
||||
https://github.com/tsqllint/tsqllint
|
||||
|
||||
Checker options~
|
||||
|
||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||
accepts the standard options described at |syntastic-config-makeprg|.
|
||||
|
||||
==============================================================================
|
||||
SYNTAX CHECKERS FOR STYLUS *syntastic-checkers-stylus*
|
||||
|
||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
||||
lockvar! g:_SYNTASTIC_START
|
||||
endif
|
||||
|
||||
let g:_SYNTASTIC_VERSION = '3.8.0-79'
|
||||
let g:_SYNTASTIC_VERSION = '3.8.0-83'
|
||||
lockvar g:_SYNTASTIC_VERSION
|
||||
|
||||
" Sanity checks {{{1
|
||||
|
@ -1,6 +1,6 @@
|
||||
"============================================================================
|
||||
"File: tsqllint.vim
|
||||
"Description: Syntax checking plugin for syntastic.vim
|
||||
"Description: Syntax checking plugin for syntastic
|
||||
"Maintainer: Daniel Walker <dwalker@fifo99.com>
|
||||
"License: This program is free software. It comes without any warranty,
|
||||
" to the extent permitted by applicable law. You can redistribute
|
||||
|
Loading…
Reference in New Issue
Block a user