Skip to content
Snippets Groups Projects
Commit 9326509e authored by Filip Matusiak's avatar Filip Matusiak Committed by Jakob Olsson
Browse files

CI: Add CPD options in place of inactive RUN_CPD

Increased to avoid false duplication detection for wifi_opclass ids.
parent 841e33c4
No related branches found
No related tags found
1 merge request!233CI: Start using latest image for static analysis and compile test
Pipeline #123009 failed
...@@ -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