Skip to content
Snippets Groups Projects
Commit 17a8d199 authored by Schrödter, Tobias's avatar Schrödter, Tobias
Browse files

Allow failure in pre-build check

parent d3d99c5f
No related branches found
No related tags found
1 merge request!256Allow failure in pre-build check
......@@ -45,6 +45,7 @@ pre-build-checks:
stage: pre-build-checks
script:
- scripts/check-format-cpp.sh
allow_failure: true
# Build petrack and petrack unit_tests
build_linux:
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment