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

Update static-code-analysis.yml

parent 7c2d4e49
Branches
Tags
No related merge requests found
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment