Commit 1f156492 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Fixed tests

parent db933265
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"'
+1 −1
Original line number Diff line number Diff line
@@ -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"'
+1 −1
Original line number Diff line number Diff line
@@ -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"'