Skip to content
Snippets Groups Projects
Commit 10240748 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

Update static-code-analysis.yml

parent 95baa687
No related branches found
No related tags found
No related merge requests found
variables: variables:
RUN_FLAWFINDER: "flawfinder --falsepositive -m 4" RUN_FLAWFINDER: "flawfinder --falsepositive -m 4"
RUN_CPPCHECK: "cppcheck --enable=all --check-config --error-exitcode=1" 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 --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" SOURCE_FOLDER: "src"
COMMON_IMAGE: "iopsys/code-analysis:0.9" COMMON_IMAGE: "iopsys/code-analysis:0.9"
DEBUG: "FALSE" DEBUG: "FALSE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment