diff --git a/hack/validate/golangci-lint.yml b/hack/validate/golangci-lint.yml index a06dd237ff..938c53f78d 100644 --- a/hack/validate/golangci-lint.yml +++ b/hack/validate/golangci-lint.yml @@ -46,6 +46,14 @@ issues: - text: "G202: SQL string concatenation" linters: - gosec + # FIXME temporarily suppress these. See #39925 + - text: "SA1019: base.Dial is deprecated" + linters: + - staticcheck + # FIXME temporarily suppress these. See #39928 + - text: "SA1019: grpc.WithDialer is deprecated" + linters: + - staticcheck # FIXME temporarily suppress these. See #39924 - text: "SA1019: h.Xattrs is deprecated: Use PAXRecords instead" linters: @@ -54,3 +62,15 @@ issues: - text: "SA1019: hdr.Xattrs is deprecated: Use PAXRecords instead" linters: - staticcheck + # FIXME temporarily suppress these. See #39929 + - text: "SA1019: http.CloseNotifier is deprecated" + linters: + - staticcheck + # FIXME temporarily suppress these. See #39926 + - text: "SA1019: httputil.NewClientConn is deprecated" + linters: + - staticcheck + # FIXME temporarily suppress these. See #39927 + - text: "SA1019: httputil.ClientConn is deprecated" + linters: + - staticcheck