Skip to content
Snippets Groups Projects
Commit 3579bfe9 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Make the formatting script ignore the three files that are formatted...

Make the formatting script ignore the three files that are formatted differently on different machines using the same clan-format version
parent 3a838c05
Branches
Tags
11 merge requests!2165Merge master,!2112Prep for remix merge,!2076Another master merge into the zoom buffer branch,!2075Draft: Merge latest updates into zoom buffer branch,!2074New symetric stuff into MHD_FS,!2068Adding OW triggering and metrics,!2067Changes to make testing,!2061Update chenges to work,!2060Skip when not in a git repo,!2057Another master merged into the zoom branches,!2054Master merge into zoom branch
...@@ -16,7 +16,7 @@ if test "$?" != "0"; then ...@@ -16,7 +16,7 @@ if test "$?" != "0"; then
fi fi
# Formatting command # Formatting command
cmd="$clang -style=file $(git ls-files | grep '\.[ch]$')" cmd="$clang -style=file $(git ls-files | grep '\.[ch]$' | grep -v csds_io\.h | grep -v argparse\.h | grep -v vector\.h)"
# Test if `clang-format-18` works # Test if `clang-format-18` works
command -v $clang > /dev/null command -v $clang > /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment