Never allow pylint failure

This commit is contained in:
Joel Collins 2020-10-22 16:00:35 +01:00
parent cd8145c198
commit 68748a26c5

View file

@ -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