forked from akash-network/node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buf.yaml
46 lines (46 loc) · 933 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: v1beta1
build:
roots:
- proto
- vendor/github.com/cosmos/cosmos-sdk/proto
- vendor/github.com/cosmos/cosmos-sdk/third_party/proto
excludes:
- vendor/github.com/cosmos/cosmos-sdk/third_party/proto/google/protobuf
lint:
allow_comment_ignores: true
use:
- DEFAULT
- COMMENTS
- FILE_LOWER_SNAKE_CASE
except:
- UNARY_RPC
- COMMENT_FIELD
- SERVICE_SUFFIX
- PACKAGE_VERSION_SUFFIX
- ENUM_VALUE_PREFIX
- ENUM_VALUE_UPPER_SNAKE_CASE
- ENUM_ZERO_VALUE_SUFFIX
- RPC_REQUEST_STANDARD_NAME
ignore:
- ibc
- cosmos
- tendermint
- gogoproto
- cosmos_proto
- google
- confio
ignore_only:
RPC_RESPONSE_STANDARD_NAME:
- akash/audit/v1beta1/query.proto
- akash/audit/v1beta2/query.proto
breaking:
use:
- FILE
ignore:
- ibc
- cosmos
- tendermint
- gogoproto
- cosmos_proto
- google
- confio