From d7c1787b57a65517620d2e06ebead6f7899a5db4 Mon Sep 17 00:00:00 2001 From: sirkrypt0 <22522058+sirkrypt0@users.noreply.github.com> Date: Fri, 9 Jul 2021 09:33:49 +0200 Subject: [PATCH] Disable allow-failure for linting pipeline Now that all linting issues are fixed, we disable allow-failure for the linting step to ensure that later commits adhere to the linter. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95a9ff4..bc1a3f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,6 @@ golangci-lint: image: golangci/golangci-lint:latest script: - make golangci-lint - allow_failure: true test: stage: test