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:
authorKarthik Nayak <knayak@gitlab.com>2023-10-05 12:55:27 +0300
committerKarthik Nayak <knayak@gitlab.com>2023-10-05 15:34:00 +0300
commit18a42674883493dfb2c4e9a35b784260131468a4 (patch)
tree9f5b214719a053a4f53a81768de949a3a226e20e
parent8a9a68f2a4625d8e654e988de544d1d242b781d2 (diff)
protolint: Exclude the testproto directory
The testproto directory contains proto files used for internal testing, as such there are no comments here. Let's exclude these files from the linter for now.
-rw-r--r--proto/.protolint.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/.protolint.yaml b/proto/.protolint.yaml
index 1a53539c0..334293199 100644
--- a/proto/.protolint.yaml
+++ b/proto/.protolint.yaml
@@ -1,5 +1,8 @@
---
lint:
+ directories:
+ exclude:
+ - testproto
rules:
all_default: true
remove: