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:18:35 +0300
commit17dfa058c4310339eb8fcdb871ed46d97ad1d65e (patch)
treeb25d3c36f0f66add790a47ef2b0af35feb747ff5 /proto/.protolint.yaml
parente4b7df2292b4eeeefa4f70e77e2ad34a60de0c76 (diff)
proto: Enforce comment-linting for enum definitions
Enforce that enum definitions must have a comment and add a placeholder for all instances where such a comment is missing.
Diffstat (limited to 'proto/.protolint.yaml')
-rw-r--r--proto/.protolint.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/.protolint.yaml b/proto/.protolint.yaml
index a4fac009f..9d29ed88f 100644
--- a/proto/.protolint.yaml
+++ b/proto/.protolint.yaml
@@ -15,7 +15,6 @@ lint:
# get protolint included in our workflow with minimal required changes.
- FILE_HAS_COMMENT
- FIELDS_HAVE_COMMENT
- - ENUMS_HAVE_COMMENT
- ENUM_FIELDS_HAVE_COMMENT
# Many of our fields and messages have prepositions in them, and
# furthermore this rule doesn't feel all that sensible after all. We thus