Skip to content

Pin clang-format version for format check

Paul Gessinger-Befurt requested to merge pagessin/acts-core:format_check into master

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.

Thoughts? @msmk @rlangenb

Edited by Paul Gessinger-Befurt

Merge request reports