Never allow pylint failure
This commit is contained in:
parent
cd8145c198
commit
68748a26c5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ cache:
|
||||||
pylint:
|
pylint:
|
||||||
stage: analysis
|
stage: analysis
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
allow_failure: true
|
allow_failure: false
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue