Skip to content
Snippets Groups Projects
Commit 2f3b4b0d authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

PIPELINE: Fix forgotten explicity clang-format version

parent 9ac589cb
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!57Fix deprecations + updates
Pipeline #55339 failed
......@@ -78,7 +78,7 @@ code_style:
tags: [ docker ]
stage: test
script:
- clang-format --dry-run --verbose --Werror $(find test/ src/ include/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in")
- clang-format-16 --dry-run --verbose --Werror $(find test/ src/ include/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in")
allow_failure: true
......
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