Replace cpplint w/ clang-tidy
rakhimov opened this issue · comments
Olzhas Rakhimov commented
The formatting is already being checked by clang-format
.
clang-tidy
supports checks for google-style and more.
Olzhas Rakhimov commented
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.