Skip to content
Snippets Groups Projects

Allow failure in pre-build check

Merged Schrödter, Tobias requested to merge 370-allow-failure-in-pre-build-check into master
All threads resolved!
Files
2
@@ -3,6 +3,9 @@
# Reviewer Checklist
## Formatting
- [ ] the pre-build checks succeed
## General code quality
- [ ] naming conventions are met (see .clang-tidy for detailed information)
- [ ] no static analyzer warnings in new code parts (e.g., use clang-tidy for checking)
Loading