From cae931f3ed2e8f698ef68929b18ecfcc7f72ac0c Mon Sep 17 00:00:00 2001 From: Matthias Simon Date: Tue, 5 Nov 2024 15:48:58 +0100 Subject: [PATCH] Allow golangci lint to fail --- .golangci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 9563dd9d..86f93f22 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,9 @@ run: tests: false + issues-exit-code: 0 + allow-parallel-runners: true concurrency: 0 - timeout: 5m + timeout: 10m output: sort-results: true