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:
Diffstat (limited to 'internal/praefect/protoregistry/protoregistry.go')
-rw-r--r--internal/praefect/protoregistry/protoregistry.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/praefect/protoregistry/protoregistry.go b/internal/praefect/protoregistry/protoregistry.go
index d06bd9de1..dde47c289 100644
--- a/internal/praefect/protoregistry/protoregistry.go
+++ b/internal/praefect/protoregistry/protoregistry.go
@@ -100,7 +100,6 @@ func (mi MethodInfo) AdditionalRepo(msg proto.Message) (*gitalypb.Repository, bo
return repo, true, err
}
-//nolint:stylecheck // This is unintentionally missing documentation.
func (mi MethodInfo) FullMethodName() string {
return mi.fullMethodName
}