rakhimov/scram

Replace cpplint w/ clang-tidy

rakhimov opened this issue · 1 comments

The formatting is already being checked by clang-format.
clang-tidy supports checks for google-style and more.

clang-tidy requires clang and all the build deps,
so it cannot be run in fast linting stage of CI.
It is rather a static analysis tool than a linter,
so it cannot replace standalone and fast cpplint.