From b278aa059775aba33e1edd71321097fbe73f2478 Mon Sep 17 00:00:00 2001 From: vdutta <vivek.dutta@iopsys.eu> Date: Tue, 16 Nov 2021 19:37:41 +0530 Subject: [PATCH] Updated source directory for cpp check --- static-code-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static-code-analysis.yml b/static-code-analysis.yml index 42c3a84..6df3461 100644 --- a/static-code-analysis.yml +++ b/static-code-analysis.yml @@ -1,8 +1,8 @@ variables: RUN_FLAWFINDER: "flawfinder --falsepositive -m 4" - RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable ." + RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable" RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 200 --language c --exclude ./test/cmocka --files" - SOURCE_FOLDER: "src" + SOURCE_FOLDER: "." COMMON_IMAGE: "iopsys/code-analysis:latest" DEBUG: "FALSE" -- GitLab