cpplint: add exit code check.
This commit is contained in:
parent
4c86d054a2
commit
d5878818b8
@ -42,7 +42,8 @@ function! SyntaxCheckers_cpp_cpplint_GetLocList() dict
|
|||||||
let loclist = SyntasticMake({
|
let loclist = SyntasticMake({
|
||||||
\ 'makeprg': makeprg,
|
\ 'makeprg': makeprg,
|
||||||
\ 'errorformat': errorformat,
|
\ 'errorformat': errorformat,
|
||||||
\ 'subtype': 'Style' })
|
\ 'subtype': 'Style',
|
||||||
|
\ 'returns': [0, 1] })
|
||||||
|
|
||||||
" change error types according to the prescribed threshold
|
" change error types according to the prescribed threshold
|
||||||
for e in loclist
|
for e in loclist
|
||||||
|
Loading…
Reference in New Issue
Block a user