cpplint: add exit code check.

This commit is contained in:
LCD 47 2014-02-05 10:07:49 +02:00
parent 4c86d054a2
commit d5878818b8

View File

@ -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