forked from agntcy/dir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.yaml
More file actions
31 lines (30 loc) · 991 Bytes
/
buf.yaml
File metadata and controls
31 lines (30 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
version: v2
lint:
disallow_comment_ignores: true
use:
- STANDARD
ignore_only:
ENUM_ZERO_VALUE_SUFFIX:
- agntcy/dir/routing/v1/peer.proto
RPC_REQUEST_STANDARD_NAME:
- agntcy/dir/routing/v1/publication_service.proto
- agntcy/dir/routing/v1/routing_service.proto
- agntcy/dir/store/v1/store_service.proto
RPC_RESPONSE_STANDARD_NAME:
- agntcy/dir/routing/v1/publication_service.proto
- agntcy/dir/routing/v1/routing_service.proto
- agntcy/dir/store/v1/store_service.proto
- agntcy/dir/store/v1/sync_service.proto
RPC_REQUEST_RESPONSE_UNIQUE:
- agntcy/dir/routing/v1/publication_service.proto
- agntcy/dir/routing/v1/routing_service.proto
- agntcy/dir/store/v1/store_service.proto
enum_zero_value_suffix: _UNSPECIFIED
breaking:
use:
- WIRE_JSON
modules:
- path: .
name: buf.build/agntcy/dir