diff --git a/static-code-analysis.yml b/static-code-analysis.yml index 2410c3eb69b56f0c9ac0bd9ae2ba3d4b37b9f14e..995c642ef8e95de8f9d7082c1a0c2f470c807334 100644 --- a/static-code-analysis.yml +++ b/static-code-analysis.yml @@ -1,6 +1,6 @@ variables: RUN_FLAWFINDER: "flawfinder --falsepositive -m 4" - RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --inline-suppr --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" COMMON_IMAGE: "iopsys/code-analysis:latest"