Manual: stylint 1.5.7 is now supported.

This commit is contained in:
LCD 47 2016-11-25 10:05:52 +02:00
parent 0f9fa8a0c1
commit dfb263775b
2 changed files with 1 additions and 3 deletions

View File

@ -6012,8 +6012,6 @@ the project's page at GitHub for details:
https://github.com/SimenB/stylint
Syntastic doesn't support "Stylint" version 1.5.7 or later.
Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.8.0-8'
let g:_SYNTASTIC_VERSION = '3.8.0-9'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1