cpplint 1.5.5
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.
- Outputs:
out
- 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 cpplint 1.5.5
as follows:
guix install cpplint@1.5.5
Or install the latest version:
guix install cpplint
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.