====== Code linters and static analysers ====== ===== clang-tidy ===== * Implements cppcoreguidelines * ===== cpplint ===== * Is a linting tool * Implements google style guide (bit outdated) * Implemented in python * Easy to use and configure ===== oclint ===== https://github.com/oclint/oclint ===== cppcheck =====