-
Notifications
You must be signed in to change notification settings - Fork 317
/
buf.yaml
31 lines (31 loc) · 1020 Bytes
/
buf.yaml
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
version: v1beta1
build:
roots:
- rs/bitcoin/service/proto
- rs/crypto/internal/crypto_service_provider/proto
- rs/https_outcalls/service/proto
- rs/monitoring/adapter_metrics_service/proto
- rs/nervous_system/proto/proto
- rs/nns/common/proto
- rs/nns/gtc/proto Temporarily removed because a PR was reverted and then un-reverted
- rs/nns/handlers/root/impl/proto
- rs/nns/governance/proto
- rs/protobuf/def
- rs/ledger_suite/icp/proto
- rs/sns/governance/proto
- rs/sns/root/proto
- rs/sns/swap/proto
- rs/types/base_types/proto
lint:
use:
- DEFAULT
breaking:
ignore:
use:
- WIRE
except:
# Allow renaming of optional scalar types (`buf` implements these as the single
# member of a `oneof` whose name is derived from the field name). It will also
# allow silently moving a field from one `oneof` to another, but this is highly
# unlikely to happen (for starters, it requires two `oneofs` in a message).
- FIELD_SAME_ONEOF