-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbuf.yaml
More file actions
32 lines (32 loc) · 817 Bytes
/
buf.yaml
File metadata and controls
32 lines (32 loc) · 817 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
32
# For details on buf.yaml configuration, visit https://buf.build/docs/configuration/v2/buf-yaml
version: v2
modules:
- path: .
name: buf.build/edera-dev/protect
lint:
enum_zero_value_suffix: _UNKNOWN
ignore_only:
ENUM_ZERO_VALUE_SUFFIX:
- protect/control/v1/common.proto
- protect/control/v1/control.proto
RPC_REQUEST_STANDARD_NAME:
- protect/control/v1/control.proto
RPC_RESPONSE_STANDARD_NAME:
- protect/control/v1/control.proto
use:
- STANDARD
breaking:
ignore_only:
FIELD_SAME_NAME:
- protect/control/v1/
FIELD_SAME_JSON_NAME:
- protect/control/v1/
EXTENSION_NO_DELETE:
- protect/control/v1/
ENUM_VALUE_NO_DELETE:
- protect/control/v1/
FIELD_NO_DELETE:
- protect/control/v1/
use:
- WIRE_JSON
- FILE