From 6675a35088269bfa2ed83cf7ef670a13f5440a15 Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Sat, 16 Mar 2024 23:12:36 +0100 Subject: [PATCH] v1.1.0: ci: test fix quality code Signed-off-by: GnomeZworc --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61a853b..f1c1cd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ lint: stage: check before_script: [] script: - - golangci-lint run --issues-exit-code 1 --print-issued-lines=false --out-format code-climate:gl-code-quality-report.json,line-number + - golangci-lint run --issues-exit-code 0 --out-format code-climate | tee gl-code-quality-report.json artifacts: reports: codequality: gl-code-quality-report.json