Skip to content
Snippets Groups Projects

Updated source directory for cpp check

Closed Vivek Dutta requested to merge source_folder into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
variables:
RUN_FLAWFINDER: "flawfinder --falsepositive -m 4"
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable ."
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 200 --language c --exclude ./test/cmocka --files"
SOURCE_FOLDER: "src"
SOURCE_FOLDER: "."
COMMON_IMAGE: "iopsys/code-analysis:latest"
DEBUG: "FALSE"
Loading