Manual: add a warning about tern-lint being brain-dead.
This commit is contained in:
parent
5462fdd677
commit
e8a06ea247
@ -3374,6 +3374,11 @@ Checker options~
|
||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||
accepts the standard options described at |syntastic-config-makeprg|.
|
||||
|
||||
Note~
|
||||
|
||||
"tern-lint" recursively scans files starting from (Vim's idea of) the current
|
||||
directory, regardless of the current file.
|
||||
|
||||
==============================================================================
|
||||
SYNTAX CHECKERS FOR JSON *syntastic-checkers-json*
|
||||
|
||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
||||
lockvar! g:_SYNTASTIC_START
|
||||
endif
|
||||
|
||||
let g:_SYNTASTIC_VERSION = '3.7.0-152'
|
||||
let g:_SYNTASTIC_VERSION = '3.7.0-153'
|
||||
lockvar g:_SYNTASTIC_VERSION
|
||||
|
||||
" Sanity checks {{{1
|
||||
|
Loading…
Reference in New Issue
Block a user