broker icon indicating copy to clipboard operation
broker copied to clipboard

CI: Run clang-tidy, clang-format, cppcheck

Open Neverlord opened this issue 3 years ago • 0 comments

This was originally a task in #212. Basically, we want to add additional quality gates to our CI:

  • [x] clang-format to make sure we use a consistent coding style
  • [x] clang-tidy for making sure the code avoids common pitfalls (bugprone checks) and follows some best practices for readability
  • [ ] cppcheck to have an additional static analyzer look over the source code (Zeek's Coverity runs also cover Broker)

Neverlord avatar Jun 29 '22 15:06 Neverlord