From 354e52006dd9dde59fb6a640ca298336aef3d885 Mon Sep 17 00:00:00 2001 From: ClayBenson94 Date: Tue, 19 Sep 2023 16:06:01 -0400 Subject: [PATCH] Update comments in .golangci.yml --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index d7973d665c..1b327a2abf 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -2,6 +2,7 @@ linters-settings: gosec: # Currently excluding rule G602 due to issue slowing down execution # https://github.com/securego/gosec/issues/1010 + # If we ever re-enable this rule, make sure https://github.com/securego/gosec/issues/1005 is also fixed excludes: - "G602" govet: