Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 of 3 tasks
Neverlord opened this issue Jun 29, 2022 · 0 comments
Open
2 of 3 tasks

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

Neverlord opened this issue Jun 29, 2022 · 0 comments
Assignees

Comments

@Neverlord
Copy link
Member

Neverlord commented Jun 29, 2022

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

  • clang-format to make sure we use a consistent coding style
  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant