rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)
https://scram-pra.org
GNU General Public License v3.0
131 stars 54 forks source link

Replace cpplint w/ clang-tidy #255

Closed rakhimov closed 6 years ago

rakhimov commented 6 years ago

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

rakhimov commented 6 years ago

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.