broker
broker copied to clipboard
CI: Run clang-tidy, clang-format, cppcheck
This was originally a task in #212. Basically, we want to add additional quality gates to our CI:
- [x]
clang-formatto make sure we use a consistent coding style - [x]
clang-tidyfor making sure the code avoids common pitfalls (bugpronechecks) and follows some best practices for readability - [ ]
cppcheckto have an additional static analyzer look over the source code (Zeek's Coverity runs also cover Broker)