From 1a62c4d581215007682d74248fe3901ee63c9cab Mon Sep 17 00:00:00 2001 From: Ethen Pociask Date: Tue, 20 Aug 2024 16:31:56 -0400 Subject: [PATCH] chore: rm gosec from lint cfg --- .golangci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index f042c06..f9d64ea 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -148,8 +148,6 @@ linters: - gofmt - gomodguard # allow and block lists linter for direct Go module dependencies. This is different from depguard where there are different block types for example version constraints and module recommendations - goprintffuncname # checks that printf-like functions are named with f at the end - - gosec # inspects source code for security problems - # - lll # reports long lines - loggercheck # checks key value pairs for common logger libraries (kitlog,klog,logr,zap) - makezero # finds slice declarations with non-zero initial length - misspell # Ensures real english is used within strings