forked from sei-protocol/sei-chain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.yaml
More file actions
32 lines (29 loc) · 711 Bytes
/
buf.yaml
File metadata and controls
32 lines (29 loc) · 711 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: proto
name: buf.build/sei-protocol/sei-chain
- path: sei-cosmos/proto
- path: sei-cosmos/third_party/proto
- path: sei-ibc-go/proto
- path: sei-ibc-go/third_party/proto
- path: sei-tendermint/proto
- path: sei-wasmd/proto
lint:
use:
- BASIC
- FILE_LOWER_SNAKE_CASE
- UNARY_RPC
except:
- COMMENT_FIELD
- PACKAGE_VERSION_SUFFIX
- PACKAGE_SAME_DIRECTORY
- PACKAGE_DIRECTORY_MATCH
- PACKAGE_SAME_GO_PACKAGE
ignore:
- sei-wasmd/third_party/proto
- sei-cosmos/third_party/proto
breaking:
use:
- WIRE
- WIRE_JSON