cpplint
Static code checker for C++
cpplint
is a command-line tool to check C/C++ files for style issues following Google’s C++ style guide. While Google maintains its own version of the tool, this is a fork that aims to be more responsive and make cpplint
usable in wider contexts.
- Versions: 2.0.0
- Website: https://github.com/cpplint/cpplint
- Licenses: Modified BSD
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cpplint
as follows:
guix install cpplint
Or install a particular version:
guix install cpplint@2.0.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of cpplint about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cpplint'><img src='https://packages.guix.gnu.org/packages/cpplint/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/cpplint)
Example Org:
[[https://packages.guix.gnu.org/packages/cpplint][https://packages.guix.gnu.org/packages/cpplint/badges/latest-version.svg]]