Pin clang-format version for format check
Compare changes
Files
64+ 11
− 0
@@ -14,7 +14,18 @@ if [ $# -ne 1 ]; then
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
This provides a consistent clang-format version.
Also adds a script CI/check_format_local
which takes the same argument as CI/check_format
but uses the same container as the CI. This means that applying format through that script locally (should) guarantee that the formatting is consistent with the CI, since it uses exactly the same version.