Skip to content

Cpplint

cpplint is an open source lint-like tool developed by Google, designed to ensure that C++ code conforms to Google's coding style guides. It reads source code files and flags deviations from the style guide. It suffers from both false positives and false negatives. False positives can be eliminated by tagging lines with //NOLINT. cpplint is implemented as Python script.

See also

Favorite site

References


  1. C_in_Huge_AAA_Games_-Nicolas_Fleury-_CppCon_2014.pdf 

  2. Google-styleguide-130630-backup.zip