rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)

Home Page:https://scram-pra.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace cpplint w/ clang-tidy

rakhimov opened this issue · 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.