From 31afd58354971ae232b0151b1408ea85122819d7 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 9 May 2020 19:30:17 +0200 Subject: Allow pylint failure due to false positives MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ………… --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3