diff --git a/.golangci.yml b/.golangci.yml index f042c06d..f9d64eab 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