aboutsummaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-07-02 19:20:06 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-07-04 10:15:30 +0200
commit65e1adc219f4b1b71f09479aa98be87135a579d5 (patch)
treece6f32d1de51fb9cf9f71c46dd8c50271b2b37a5 /hack
parent968ff5ab44b1846964e832d4509e17f814d6116d (diff)
Dockerfile: update golangci-lint to v1.46.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'hack')
-rw-r--r--hack/validate/golangci-lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/validate/golangci-lint.yml b/hack/validate/golangci-lint.yml
index 0eb7e26c3b..e1c7d40480 100644
--- a/hack/validate/golangci-lint.yml
+++ b/hack/validate/golangci-lint.yml
@@ -49,7 +49,7 @@ issues:
# ID's.
#
# These exclusion patterns are copied from the default excluses at:
- # https://github.com/golangci/golangci-lint/blob/v1.44.0/pkg/config/issues.go#L10-L104
+ # https://github.com/golangci/golangci-lint/blob/v1.46.2/pkg/config/issues.go#L10-L104
# EXC0001
- text: "Error return value of .((os\\.)?std(out|err)\\..*|.*Close|.*Flush|os\\.Remove(All)?|.*print(f|ln)?|os\\.(Un)?Setenv). is not checked"
@@ -104,7 +104,7 @@ issues:
linters:
- golint
# FIXME temporarily suppress these. See #39924
- - text: "SA1019: .*\\.Xattrs is deprecated: Use PAXRecords instead"
+ - text: "SA1019: .*\\.Xattrs has been deprecated since Go 1.10: Use PAXRecords instead"
linters:
- staticcheck
# FIXME temporarily suppress these. See #39926