Skip to content
  • David Frank's avatar
    Improve output style of CI scripts, use clang-format --dry-run · a41e87b2
    David Frank authored and Tobias Lasser's avatar Tobias Lasser committed
    The clang-format test script now relies on clang-format's (now) in-build
    functionality to check for wrong formatting instead of actually
    performing or committing the formated changes and then reverting them.
    From a perceived behaviour standpoint nothing has changed, it should now
    only be more convenient to use the script, as it doesn't require a
    clean git state anymore.
    
    Further, all formatting and linting scripts run only on the changed
    files rather than on the whole codebase. Plus they have some nicer
    looking output :^)
    a41e87b2