Skip to content

Commit

Permalink
restrict linter config to config/*.go
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten committed Dec 5, 2024
1 parent 3b176ac commit 973bc14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ issues:
- usestdlibvars
# Ignoring gosec G402: TLS MinVersion too low
# as the https://pkg.go.dev/crypto/tls#Config handles MinVersion default well.
- text: "G402: TLS MinVersion too low."
- path: config/*.go
text: "G402: TLS MinVersion too low."
linters:
- gosec
include:
Expand Down

0 comments on commit 973bc14

Please sign in to comment.