Skip to content
Snippets Groups Projects
Commit ebfce89b authored by Janusz Dziedzic's avatar Janusz Dziedzic Committed by Marek Puzyniak
Browse files

fix cpd errors

parent ca382310
Branches
Tags
2 merge requests!273Prevent tlv index exceeding,!267opclass: update E4 table - add 6GHz
Pipeline #113483 passed
This commit is part of merge request !267. Comments created here will be created in the context of that merge request.
...@@ -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