summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-05-09 19:41:21 +0200
committermathieui <mathieui@mathieui.net>2020-05-09 19:41:21 +0200
commitd22b4b8c218cbbaee62002d751bd69bfe1d1deab (patch)
tree1a0b01f97252dbec42d2d2856374921c72626514
parent7ec16d97ee6ede4ab8b484efb8ec648ab2a3569c (diff)
parent31afd58354971ae232b0151b1408ea85122819d7 (diff)
downloadpoezio-d22b4b8c218cbbaee62002d751bd69bfe1d1deab.tar.gz
poezio-d22b4b8c218cbbaee62002d751bd69bfe1d1deab.tar.bz2
poezio-d22b4b8c218cbbaee62002d751bd69bfe1d1deab.tar.xz
poezio-d22b4b8c218cbbaee62002d751bd69bfe1d1deab.zip
Merge branch 'allow-pylint-failures' into 'master'
Allow pylint failure due to false positives See merge request poezio/poezio!92
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84598aa2..eccf80b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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