Merge branch 'allow-pylint-failures' into 'master'
Allow pylint failure due to false positives See merge request poezio/poezio!92
This commit is contained in:
commit
d22b4b8c21
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ pytest-latest:
|
|||
|
||||
pylint-latest:
|
||||
stage: lint
|
||||
allow_failure: true
|
||||
image: python:3
|
||||
script:
|
||||
- apt-get update && apt-get install -y libidn11-dev
|
||||
|
|
Loading…
Reference in a new issue