We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0bcd4 commit 37befd7Copy full SHA for 37befd7
.golangci.yml
@@ -70,6 +70,11 @@ issues:
70
- gosec
71
- perfsprint
72
- usestdlibvars
73
+ # Ignoring gosec G402: TLS MinVersion too low
74
+ # as the https://pkg.go.dev/crypto/tls#Config handles MinVersion default well.
75
+ - text: "G402: TLS MinVersion too low."
76
+ linters:
77
+ - gosec
78
include:
79
# revive exported should have comment or be unexported.
80
- EXC0012
0 commit comments