Static code checker for C++ that enforces Google's C++ style guide
Static code checker for C++
cpplint
$ cpplint myfile.cpp
$ cpplint --recursive src/
$ cpplint --filter=-build/include_subdir myfile.cpp