diff options
| author | Justen Martin <jmart@the-coder.com> | 2019-10-10 15:34:42 -0500 |
|---|---|---|
| committer | Justen Martin <jmart@the-coder.com> | 2019-10-10 15:34:42 -0500 |
| commit | 3b49bd1d840d64ec603333eae28655b9ff5edc0c (patch) | |
| tree | 1de12925fbe7d5fb577650684a3d4a6cad804676 /hack/validate | |
| parent | 6f069f14e6a76f2a3cdf50a089e67429581d7cc8 (diff) | |
| download | docker-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.yml | 4 |
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: |
