Files
sonr/proto/buf.yaml
T

38 lines
763 B
YAML
Raw Normal View History

2024-07-05 22:20:13 -04:00
version: v1
2024-09-05 01:24:57 -04:00
name: buf.build/onsonr/sonr
2024-07-05 22:20:13 -04:00
deps:
- buf.build/cosmos/cosmos-sdk
- buf.build/cosmos/cosmos-proto
- buf.build/cosmos/gogo-proto
2024-07-05 22:20:13 -04:00
- buf.build/googleapis/googleapis
2024-09-29 15:18:39 -04:00
breaking:
use:
- FILE
2024-07-05 22:20:13 -04:00
lint:
use:
- DEFAULT
- COMMENTS
- FILE_LOWER_SNAKE_CASE
except:
2024-07-05 22:20:13 -04:00
- UNARY_RPC
- COMMENT_FIELD
2024-09-29 15:18:39 -04:00
- COMMENT_MESSAGE
- COMMENT_SERVICE
- COMMENT_RPC
2024-07-05 22:20:13 -04:00
- SERVICE_SUFFIX
- PACKAGE_VERSION_SUFFIX
- RPC_REQUEST_STANDARD_NAME
2024-09-29 15:18:39 -04:00
- PACKAGE_SAME_GO_PACKAGE
- PACKAGE_SAME_DIRECTORY
- PACKAGE_DIRECTORY_MATCH
- RPC_RESPONSE_STANDARD_NAME
- COMMENT_ENUM_VALUE
- COMMENT_ENUM
- ENUM_ZERO_VALUE_SUFFIX
ignore:
- PACKAGE_NO_IMPORT_CYCLE
- IMPORT_USED
2024-09-29 15:18:39 -04:00
- tendermint
- amino
- cosmos