We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was originally a task in #212. Basically, we want to add additional quality gates to our CI:
clang-format
clang-tidy
bugprone
cppcheck
The text was updated successfully, but these errors were encountered:
Neverlord
No branches or pull requests
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 styleclang-tidy
for making sure the code avoids common pitfalls (bugprone
checks) and follows some best practices for readabilitycppcheck
to have an additional static analyzer look over the source code (Zeek's Coverity runs also cover Broker)The text was updated successfully, but these errors were encountered: