This package browser is in early development. Mind the rough edges.

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.

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.