From b61cdb23b40603e169143cf77dd54dffa9320948 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 24 Sep 2021 21:07:40 -0500 Subject: [PATCH] Disable failure for lint checks We've reached a point in the repo where lints returning successfully should be a requirement --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cafa319..741a1d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,6 @@ after_script: Lint: stage: lint - allow_failure: yes interruptible: yes except: - pipelines