Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Mazurskiy <mmazurskiy@gitlab.com>2021-06-28 14:37:06 +0300
committerMikhail Mazurskiy <mmazurskiy@gitlab.com>2021-06-28 14:37:06 +0300
commitc8bf3820f427d4dbf145238ffb6b4d44b22864f9 (patch)
treeaa7d2bf64f03ee740f221d267457913868a6168b /.golangci.yml
parentca1785dbca6cad0643a34d0a987e5164dad3d52f (diff)
Use ForceServerCodec() instead of CustomCodec()
Pick up https://github.com/grpc/grpc-go/pull/4205 Changelog: fixed
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 68d9c5603..cdd60a5d8 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -738,9 +738,6 @@ issues:
text: "package github.com/golang/protobuf/ptypes is deprecated"
- linters:
- staticcheck
- text: "grpc.CustomCodec is deprecated"
- - linters:
- - staticcheck
text: "proto.MessageName is deprecated"
- linters:
- staticcheck