forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuf.yaml
More file actions
29 lines (29 loc) · 777 Bytes
/
buf.yaml
File metadata and controls
29 lines (29 loc) · 777 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
version: v2
deps:
- buf.build/cncf/xds
- buf.build/envoyproxy/protoc-gen-validate
- buf.build/gogo/protobuf
- buf.build/googleapis/googleapis:62f35d8aed1149c291d606d958a7ce32
- buf.build/opentelemetry/opentelemetry
- buf.build/prometheus/client-model
breaking:
ignore_unstable_packages: true
use:
- FIELD_NO_DELETE_UNLESS_NAME_RESERVED
- FIELD_NO_DELETE_UNLESS_NUMBER_RESERVED
- FIELD_SAME_CARDINALITY
- FIELD_SAME_JSON_NAME
- FIELD_SAME_NAME
- FIELD_SAME_ONEOF
- FIELD_SAME_TYPE
- FIELD_WIRE_COMPATIBLE_CARDINALITY
- FIELD_WIRE_JSON_COMPATIBLE_CARDINALITY
- FILE_SAME_PACKAGE
lint:
use:
- IMPORT_USED
ignore_only:
IMPORT_USED:
- envoy/api/v2/listener.proto
- envoy/config/bootstrap/v2/bootstrap.proto
disallow_comment_ignores: true