Skip to content
Snippets Groups Projects
Commit 7700fa55 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

static-code-analysis: cpd: increase minimum number of tokens to match

parent ab04c2cf
No related branches found
Tags 0.26
1 merge request!11static-code-analysis: cpd: increase minimum number of tokens to match
variables:
RUN_FLAWFINDER: "flawfinder --falsepositive -m 4"
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"
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"
DEBUG: "FALSE"
......
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