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-09 13:23:52 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-09 13:23:52 +0300
commit9bb6fb420b75ad7657a30751ba7df7c9bf1e0060 (patch)
tree609626f18144fab34a44f8bab360d527f4dab1aa /proto/lint.proto
parent58aa3bc8b0f8a1dd7fd9ec006ff870d59d8c01be (diff)
proto: Enforce comment-linting for message fields
Enforce that message fields must have a comment and add a placeholder for all instances where such a comment is missing.
Diffstat (limited to 'proto/lint.proto')
-rw-r--r--proto/lint.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/lint.proto b/proto/lint.proto
index 74f293856..6f1d2b1b5 100644
--- a/proto/lint.proto
+++ b/proto/lint.proto
@@ -31,7 +31,7 @@ message OperationMsg {
reserved "SERVER";
}
-
+ // This comment is left unintentionally blank.
Operation op = 1;
// Scope level indicates what level an RPC interacts with a server: