oclint: option "-text" is obsolete.
This commit is contained in:
parent
4c18240e8d
commit
b4320f19dd
@ -18,7 +18,7 @@ if has('reltime')
|
||||
let g:syntastic_start = reltime()
|
||||
endif
|
||||
|
||||
let g:syntastic_version = '3.4.0-30'
|
||||
let g:syntastic_version = '3.4.0-31'
|
||||
|
||||
" Sanity checks {{{1
|
||||
|
||||
|
@ -30,7 +30,6 @@ set cpo&vim
|
||||
|
||||
function! SyntaxCheckers_c_oclint_GetLocList() dict
|
||||
let makeprg = self.makeprgBuild({
|
||||
\ 'args_after': '-text',
|
||||
\ 'post_args_before': '-- -c ' . syntastic#c#ReadConfig(g:syntastic_oclint_config_file) })
|
||||
|
||||
let errorformat =
|
||||
|
Loading…
Reference in New Issue
Block a user