Loading ci_cd/problem2.yml +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ lint_problem_2: stage: problem2 script: - echo "Static code check of problem2.cpp" - cppcheck --std=c++17 --check-config --enable=all --inconclusive --error-exitcode=1 problem2.cpp - cppcheck -std=c++17 --check-config --enable=all --inconclusive --error-exitcode=1 problem2.cpp allow_failure: false rules: - if: '$CI_COMMIT_REF_NAME == "problem2"' Loading Loading
ci_cd/problem2.yml +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ lint_problem_2: stage: problem2 script: - echo "Static code check of problem2.cpp" - cppcheck --std=c++17 --check-config --enable=all --inconclusive --error-exitcode=1 problem2.cpp - cppcheck -std=c++17 --check-config --enable=all --inconclusive --error-exitcode=1 problem2.cpp allow_failure: false rules: - if: '$CI_COMMIT_REF_NAME == "problem2"' Loading