Skip to content

Make Clang format fail on misformatted files

Alexander Jaust requested to merge make-clang-format-fail-on-error into develop

Description

Make the script that runs the clang-format checks return with an error if a file is not well-formatted. At the moment only a warning is issued.

Checklist

  • I made sure that the source files are formatted properly.
  • I added my changes to the changelog (CHANGELOG.md)
  • I updated the documentation.
Edited by Alexander Jaust

Merge request reports