Skip to content
Snippets Groups Projects

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

Merged Anjan Chanda requested to merge cpd-tokens-match into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
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"
Loading