diff options
author | mathieui <mathieui@mathieui.net> | 2020-05-09 19:30:17 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-05-09 19:31:20 +0200 |
commit | 31afd58354971ae232b0151b1408ea85122819d7 (patch) | |
tree | 1a0b01f97252dbec42d2d2856374921c72626514 | |
parent | 7ec16d97ee6ede4ab8b484efb8ec648ab2a3569c (diff) | |
download | poezio-31afd58354971ae232b0151b1408ea85122819d7.tar.gz poezio-31afd58354971ae232b0151b1408ea85122819d7.tar.bz2 poezio-31afd58354971ae232b0151b1408ea85122819d7.tar.xz poezio-31afd58354971ae232b0151b1408ea85122819d7.zip |
Allow pylint failure due to false positives
…………
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |