From 7a26220a2de9c79a44036f7dd35a6ff0e3f49313 Mon Sep 17 00:00:00 2001 From: Hans Rakers Date: Thu, 5 Sep 2024 21:10:25 +0200 Subject: [PATCH] fix(ci): Update golangci-lint cfg --- .golangci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 61de1e35..58b646b6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -71,6 +71,7 @@ linters: - err113 - execinquery - exhaustruct + - exportloopref - forcetypeassert - funlen - gochecknoglobals @@ -90,7 +91,12 @@ linters: enable-all: true run: - issues-exit-code: 1 + timeout: 10m + go: "1.22" + build-tags: + - tools + - e2e + allow-parallel-runners: true issues: max-same-issues: 0