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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-02 12:42:47 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-09 13:10:27 +0300
commit4c7a9be67a16746bf6f44a68caf75a7cffd5e969 (patch)
tree9c091fa5d827808b66c0a1053e7cff3d15e23482 /proto/remote.proto
parent95c3d0fc69bf4ed0f850e123eb03b909c8547199 (diff)
proto: Enforce comment-linting for RPC definitions
Enforce that RPC definitions must have a comment and add a placeholder for all instances where such a comment is missing.
Diffstat (limited to 'proto/remote.proto')
-rw-r--r--proto/remote.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/remote.proto b/proto/remote.proto
index 003c06105..8a5fa0f07 100644
--- a/proto/remote.proto
+++ b/proto/remote.proto
@@ -21,6 +21,8 @@ service RemoteService {
op: ACCESSOR
};
}
+
+ // This comment is left unintentionally blank.
rpc FindRemoteRepository(FindRemoteRepositoryRequest) returns (FindRemoteRepositoryResponse) {
option (op_type) = {
op: ACCESSOR