From 95c3d0fc69bf4ed0f850e123eb03b909c8547199 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Mon, 2 May 2022 11:42:47 +0200 Subject: proto: Enforce comment-linting for services Enforce that services must have a comment and add a placeholder for all instances where such a comment is missing. --- proto/ssh.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ssh.proto') diff --git a/proto/ssh.proto b/proto/ssh.proto index fbbb734bd..45b64c004 100644 --- a/proto/ssh.proto +++ b/proto/ssh.proto @@ -7,6 +7,7 @@ import "shared.proto"; option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"; +// SSHService is a service that provides RPCs required for SSH-based Git clones. service SSHService { // To forward 'git upload-pack' to Gitaly for SSH sessions rpc SSHUploadPack(stream SSHUploadPackRequest) returns (stream SSHUploadPackResponse) { -- cgit v1.2.3