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-30 16:45:51 +0300
committerMikhail Mazurskiy <mmazurskiy@gitlab.com>2021-07-06 06:15:20 +0300
commit317aab5c496850d4f5eca0dea3bf659fbdf0a4a8 (patch)
treed91242c8cd9ad1ab11a8e1e258d6209cd506285a /.golangci.yml
parentb9b8759e278d18cf954a8bcef34886e8e9d334ec (diff)
Don't use deprecated proto.FileDescriptor()
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 cdd60a5d8..dd14fc437 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -751,9 +751,6 @@ issues:
- linters:
- staticcheck
text: "proto.MessageType is deprecated"
- - linters:
- - staticcheck
- text: "proto.FileDescriptor is deprecated"
## END staticcheck exclusions
# govet checks all struct initializations must be keyed by field names
- linters: