Loading ci_cd/lab0.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ lint_0: stage: LabZero script: - echo "Static code check of lab0.cpp" - cppcheck --enable=all --inconclusive --error-exitcode=1 lab0.cpp LabZero.cpp - cppcheck --check-config --enable=all --inconclusive --error-exitcode=1 lab0.cpp tests/LabZero.cpp allow_failure: false needs: - compile_0 Loading Loading
ci_cd/lab0.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ lint_0: stage: LabZero script: - echo "Static code check of lab0.cpp" - cppcheck --enable=all --inconclusive --error-exitcode=1 lab0.cpp LabZero.cpp - cppcheck --check-config --enable=all --inconclusive --error-exitcode=1 lab0.cpp tests/LabZero.cpp allow_failure: false needs: - compile_0 Loading