Rubocop: "--silent" was dropped in version 0.12. (@p0deje)
This commit is contained in:
parent
5429d24a59
commit
8b97caa2d9
@ -26,11 +26,11 @@ function! SyntaxCheckers_ruby_rubocop_IsAvailable() dict
|
||||
let ver = syntastic#util#getVersion(self.getExecEscaped() . ' --version')
|
||||
call self.log(self.getExec() . ' version =', ver)
|
||||
|
||||
return syntastic#util#versionIsAtLeast(ver, [0, 9, 0])
|
||||
return syntastic#util#versionIsAtLeast(ver, [0, 12, 0])
|
||||
endfunction
|
||||
|
||||
function! SyntaxCheckers_ruby_rubocop_GetLocList() dict
|
||||
let makeprg = self.makeprgBuild({ 'args_after': '--format emacs --silent' })
|
||||
let makeprg = self.makeprgBuild({ 'args_after': '--format emacs' })
|
||||
|
||||
let errorformat = '%f:%l:%c: %t: %m'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user