CppLint¶
CppLint is a tool which checks C++ code against Google’s style guide.
Installation¶
CppLint can be installed on most systems by running:
$ pip install cpplint
It may also be available in your system’s package manager.
This documentation covers Review Bot 2.0. You can select a version above or view the latest documentation.
CppLint is a tool which checks C++ code against Google’s style guide.
CppLint can be installed on most systems by running:
$ pip install cpplint
It may also be available in your system’s package manager.