From 629bf0516f80e5bc97085a36b49138cc6cd6cc66 Mon Sep 17 00:00:00 2001 From: Jakob Olsson <jakob.olsson@iopsys.eu> Date: Thu, 11 Mar 2021 08:47:11 +0000 Subject: [PATCH] Update static-code-analysis.yml --- static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-code-analysis.yml b/static-code-analysis.yml index c5e3f8d..b1cf10e 100644 --- a/static-code-analysis.yml +++ b/static-code-analysis.yml @@ -1,7 +1,7 @@ variables: RUN_FLAWFINDER: "flawfinder --falsepositive -m 4" RUN_CPPCHECK: "cppcheck --enable=all --check-config --error-exitcode=1" - RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 100 --language c --exclude test/cmocka --files" + RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 100 --language c --exclude ./test/cmocka --files" SOURCE_FOLDER: "src" COMMON_IMAGE: "iopsys/code-analysis:0.9" DEBUG: "FALSE" -- GitLab