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

static-code-analysis: suppress unusedfunc unreadvar warnings cppcheck

parent fef12c81
No related branches found
Tags 0.26
No related merge requests found
variables:
RUN_FLAWFINDER: "flawfinder --falsepositive -m 4"
RUN_CPPCHECK: "cppcheck --enable=all --check-config --error-exitcode=1 ."
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 100 --language c --exclude ./test/cmocka --files"
SOURCE_FOLDER: "src"
COMMON_IMAGE: "iopsys/code-analysis:latest"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment