Enable static analysis on pull request
- Dominant language
- C++
- Stars
- 397
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
I would like to see a static analysis tool to be performed on pull request. Static analysis tools helps a lot from finding flaws to enforce code quality / readability. It has ready-to-use solutions in marketplace like https://github.com/marketplace/muse-dev it incorporates open source tools like Facebook's Infer, https://github.com/marketplace/actions/clang-tidy-review clang-tidy is another excellent tool by LLVM or the classic and long-standing tool like cppcheck https://github.com/marketplace/actions/cppcheck-action.
Increasing readability, beautify, well defined code can direct reflect in security by preventing potentiation flaws or undefined behaviours.
Contributor guide
Assessment
This issue has not been assessed yet.