Skip to content
Snippets Groups Projects
Commit 771eb870 authored by Andre Sailer's avatar Andre Sailer
Browse files

fixup! CI: add clang-tidy workflow for header_guards

parent a376d48c
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ jobs:
-DCMAKE_CXX_STANDARD=17 ..
echo "::group::Tidy"
cd ..
HEADER_FILES=$(find */include/* -name "*.h" | grep -v "/detail/\|/src/")
HEADER_FILES=$(find */include/* -name "*.h" | grep -v "/detail/\|/src/\|DDGear.h")
clang-tidy -p build \
--extra-arg "-DDD4HEP_MUST_USE_DETECTORIMP_H" \
--warnings-as-errors=".*" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment