Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
54 lines (38 loc) · 2.03 KB

CPPLintBear.rst

File metadata and controls

54 lines (38 loc) · 2.03 KB

Check C++ code for Google's C++ style guide.

For more information, consult <https://github.com/theandrewdavis/cpplint>.

  • C++

Settings

Setting Meaning
cpplint_ignore List of checkers to ignore. (Optional, defaults to '()'.)
cpplint_include List of checkers to explicitly enable. (Optional, defaults to '()'.)
max_line_length Maximum number of characters for a line. (Optional, defaults to '79'.)

Dependencies

  • pip - cpplint

Can Detect

  • Formatting

License

AGPL-3.0

Authors