From 260ae1de821f64190f33034df0908612cee9edf0 Mon Sep 17 00:00:00 2001 From: phm07 <22707808+phm07@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:06:10 +0200 Subject: [PATCH] add comment --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 455630e2..e7f99d13 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -48,6 +48,9 @@ linters-settings: indent-error-flow: true gosec: excludes: + # As of golangci-lint v1.60.3, this rule is still enabled by default, which causes problems. + # We disable it manually for now until a new golangci-lint version is released which fixes this. + # See https://github.com/securego/gosec/issues/1185 - G115 linters: