From 8665966e025cb6f528e2bef0bcee1e2c6eed260e Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 13 Dec 2023 22:14:37 +0100
Subject: [PATCH] MAINT: remove allow_failure from pylint pipeline job

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da39868d..28d502c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,6 @@ linting:
   stage: test
   script:
     - make pylint
-  allow_failure: true
 
 # run qunit tests
 test:
-- 
GitLab