Skip to content

Commit d57fc1a

Browse files
committed
restrict linter config to config/*.go
Signed-off-by: Alex Boten <[email protected]>
1 parent a2b222b commit d57fc1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ issues:
7272
- usestdlibvars
7373
# Ignoring gosec G402: TLS MinVersion too low
7474
# as the https://pkg.go.dev/crypto/tls#Config handles MinVersion default well.
75-
- text: "G402: TLS MinVersion too low."
75+
- path: config/*.go
76+
text: "G402: TLS MinVersion too low."
7677
linters:
7778
- gosec
7879
include:

0 commit comments

Comments
 (0)