Skip to content

Commit

Permalink
chore: rm gosec from lint cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Aug 20, 2024
1 parent be93786 commit 1a62c4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a62c4d

Please sign in to comment.