Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

C++: cpplint

LCD 47 edited this page Apr 17, 2013 · 10 revisions

Maintainer: LCD 47 [email protected]

For details about cpplint see https://code.google.com/p/google-styleguide/

Checker options:

`g:syntastic_cpp_cpplint_thres` (integer; default: 5)
error threshold: policy violations with a severity above this value are highlighted as errors, the others are warnings
`g:syntastic_cpp_cpplint_args` (string; default: `--verbose=3`)
command line options to pass to cpplint
Clone this wiki locally