Skip to content
Snippets Groups Projects
Commit b278aa05 authored by Vivek Dutta's avatar Vivek Dutta
Browse files

Updated source directory for cpp check

parent 7700fa55
Branches source_folder
No related tags found
1 merge request!10Updated source directory for cpp check
variables:
RUN_FLAWFINDER: "flawfinder --falsepositive -m 4"
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --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"
SOURCE_FOLDER: "."
COMMON_IMAGE: "iopsys/code-analysis:latest"
DEBUG: "FALSE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment