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

Merge branch '370-allow-failure-in-pre-build-check' into 'master'

Allow failure in pre-build check

Closes #370

See merge request !256
parents d3d99c5f 17a8d199
No related branches found
No related tags found
1 merge request!256Allow failure in pre-build check
Pipeline #90413 passed
......@@ -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