Checker sql/tsqllint: cleanup.

This commit is contained in:
LCD 47 2017-09-15 21:31:17 +03:00
parent a5691308a2
commit 2ac540a103
3 changed files with 19 additions and 2 deletions

View File

@ -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*

View File

@ -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

View File

@ -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