Skip to content
Snippets Groups Projects
Commit 52b5323d authored by Filip Matusiak's avatar Filip Matusiak
Browse files

CI: Add CPD options in place of inactive RUN_CPD

Increased to avoid false duplication detection for wifi_opclass ids.
parent d2910530
No related branches found
No related tags found
No related merge requests found
Pipeline #115682 passed
...@@ -12,7 +12,7 @@ variables: ...@@ -12,7 +12,7 @@ variables:
DEBUG: 'TRUE' DEBUG: 'TRUE'
SOURCE_FOLDER: "." SOURCE_FOLDER: "."
CPPCHECK_OPTIONS: " --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope" CPPCHECK_OPTIONS: " --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope"
RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 300 --language c --exclude ./test/cmocka --files" CPD_OPTIONS: " --minimum-tokens 300 --language c --exclude ./test/cmocka --files"
run_compile_test: run_compile_test:
stage: compile_test stage: compile_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment