Skip to content
Snippets Groups Projects
Commit 63f82561 authored by Janusz Dziedzic's avatar Janusz Dziedzic
Browse files

fix cpd errors

parent f1439dde
No related branches found
No related tags found
1 merge request!251show current opclass when bh_topology_dump
Pipeline #107060 passed
...@@ -14,6 +14,7 @@ variables: ...@@ -14,6 +14,7 @@ variables:
SOURCE_FOLDER: "." SOURCE_FOLDER: "."
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope --inline-suppr ." RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope --inline-suppr ."
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"
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