summaryrefslogtreecommitdiff
path: root/hack/validate
diff options
context:
space:
mode:
authorJusten Martin <jmart@the-coder.com>2019-10-10 15:34:42 -0500
committerJusten Martin <jmart@the-coder.com>2019-10-10 15:34:42 -0500
commit3b49bd1d840d64ec603333eae28655b9ff5edc0c (patch)
tree1de12925fbe7d5fb577650684a3d4a6cad804676 /hack/validate
parent6f069f14e6a76f2a3cdf50a089e67429581d7cc8 (diff)
downloaddocker-3b49bd1d840d64ec603333eae28655b9ff5edc0c.tar.gz
replaced call to deprecated grpc method WithDialer with WithContextDialer
Signed-off-by: Justen Martin <jmart@the-coder.com>
Diffstat (limited to 'hack/validate')
-rw-r--r--hack/validate/golangci-lint.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/hack/validate/golangci-lint.yml b/hack/validate/golangci-lint.yml
index f3d0377495..71396a74f7 100644
--- a/hack/validate/golangci-lint.yml
+++ b/hack/validate/golangci-lint.yml
@@ -46,10 +46,6 @@ issues:
- text: "G202: SQL string concatenation"
linters:
- gosec
- # 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: