cpplint 2.0.0
0
Automated checker to ensure C++ files follow Google's style guide
Contents
Automated checker to ensure C++ files follow Google's style guide
How to Install cpplint
You can install cpplint using pip
pip install cpplint
or add it to a project with poetry
poetry add cpplint
Package Details
- Author
- None
- License
- BSD-3-Clause
- Homepage
- https://github.com/cpplint/cpplint
- PyPi:
- https://pypi.org/project/cpplint/
Classifiers
- Software Development/Quality Assurance
Related Packages
Errors
A list of common cpplint errors.
Code Examples
Here are some cpplint
code examples and snippets.