forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
(v3.3.0) C++: cpplint
LCD 47 edited this page Dec 13, 2014
·
1 revision
Maintainer: LCD 47 [email protected]
For details about cpplint see the project's page.
- 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
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/