"README.md" did not exist on "a6329a3acf0109d5b364476d212cd0aee4c20dfb"
CI: Start using latest image for static analysis and compile test
Compare changes
+ 1
− 3
@@ -12,13 +11,12 @@ stages:
@@ -12,13 +11,12 @@ stages:
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"
RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 300 --language c --exclude ./test/cmocka --files"