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