From 064e1114f5d739bd029c2e21b4eb74ddfed10b96 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 24 Sep 2024 16:51:50 +0300 Subject: [PATCH] chore: Enable gosec G602 rule golangci-lint 1.60.2 doesn't have any problems with gosec's performance. --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 5f602dd2636..b452f669096 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,9 +20,6 @@ linters-settings: excludes: # duplicates errcheck - G104 - # performance issue: see https://github.com/golangci/golangci-lint/issues/4039 - # and https://github.com/securego/gosec/issues/1007 - - G602 # int(os.Stdin.Fd()) - G115 issues: