ci: Fix clang-tidy-diff job

This commit is contained in:
Eduardo Almeida
2023-10-30 23:32:10 +00:00
parent 629c0c1ed4
commit ebe4fa8c70

View File

@@ -65,6 +65,7 @@ clang-tidy-16:
git diff -U0 upstream/$CI_DEFAULT_BRANCH |
clang-tidy-diff-16.py -path cmake-cache/ -p1 -quiet -use-color
-iregex "(contrib|examples|src|scratch|utils)\/.+\.(cpp|cc|cxx|c|h|hpp)"
-extra-arg=-Wno-unknown-warning-option
1> $CLANG_TIDY_OUTPUT
2> /dev/null ;
fi