Skip to content

Commit 71006b5

Browse files
committed
proposed v3 api definition
1 parent 0eb6110 commit 71006b5

File tree

3 files changed

+329
-286
lines changed

3 files changed

+329
-286
lines changed

.protolint.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
lint:
2+
rules:
3+
no_default: false
4+
5+
remove:
6+
- FIELD_NAMES_EXCLUDE_PREPOSITIONS
7+
- MESSAGE_NAMES_EXCLUDE_PREPOSITIONS
8+
- MESSAGES_HAVE_COMMENT
9+
- SERVICES_HAVE_COMMENT
10+
11+
rules_option:
12+
max_line_length:
13+
max_chars: 120
14+
tab_chars: 4
15+
16+
indent:
17+
style: 4
18+
19+
directories:
20+
exclude:
21+
- proto/validate

0 commit comments

Comments
 (0)