Commit 68748a26 authored by Joel Collins's avatar Joel Collins
Browse files

Never allow pylint failure

parent cd8145c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ cache:
pylint:
  stage: analysis
  image: python:3.7
  allow_failure: true
  allow_failure: false

  before_script:
    - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python