From d7ac3ee80bdd54a00af4f0930e0419bbff48df33 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Tue, 28 Jan 2025 13:42:55 +0100 Subject: [PATCH] Update file suffixes --- .github/workflows/analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 2cc8fb57..876b274b 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -65,7 +65,7 @@ jobs: --define sonar.cfamily.compile-commands=$BUILD_WRAPPER_OUT_DIR/compile_commands.json \ --define sonar.cfamily.gcov.reportsPath=. \ --define sonar.c.file.suffixes= \ - --define sonar.cpp.file.suffixes=.cpp,.h \ + --define sonar.cpp.file.suffixes=.cpp \ --define sonar.sonarLanguages=c++ \ --define sonar.branch.name=${{ inputs.branch }} \ --define sonar.exclusions="obj/**,lib/**,bin/**,generated/**" \