ci: Silence clang-tidy-diff exit code

The success of the CI/CD job is determined by the job logic, not the exit code.
This commit is contained in:
Eduardo Almeida
2024-09-02 23:06:06 +01:00
parent a6f7a10445
commit 59f5daff76

View File

@@ -67,7 +67,7 @@ clang-tidy-18:
clang-tidy-diff-18.py -path cmake-cache/ -p1 -quiet -use-color
-iregex "(contrib|examples|src|scratch|utils)\/.+\.(cpp|cc|cxx|h|hpp)"
1> $CLANG_TIDY_OUTPUT
2> /dev/null ;
2> /dev/null || true ;
fi
# Trim empty lines from output file