diff --git a/hack/validate/golangci-lint.yml b/hack/validate/golangci-lint.yml index 80583e322a..a06dd237ff 100644 --- a/hack/validate/golangci-lint.yml +++ b/hack/validate/golangci-lint.yml @@ -46,3 +46,11 @@ issues: - text: "G202: SQL string concatenation" linters: - gosec + # FIXME temporarily suppress these. See #39924 + - text: "SA1019: h.Xattrs is deprecated: Use PAXRecords instead" + linters: + - staticcheck + # FIXME temporarily suppress these. See #39924 + - text: "SA1019: hdr.Xattrs is deprecated: Use PAXRecords instead" + linters: + - staticcheck