update protobuf usage note: 2025/01/15 13:16:22 Message cerc.registry.v1.Record contains the reserved field name cerc.registry.v1.Record.type which conflicts with protoreflect.Message interface implementation. This field will be suffixed with an underscore '_'. If you can change the message field name, please do so. In a future iteration of pulsar we may make a breaking change to this practice in order to be compliant with field naming of the original golang protobuf implementation.
19 lines
424 B
YAML
19 lines
424 B
YAML
version: v1
|
|
deps:
|
|
- buf.build/cosmos/cosmos-sdk # pin the Cosmos SDK version
|
|
- buf.build/cosmos/cosmos-proto
|
|
- buf.build/cosmos/gogo-proto
|
|
- buf.build/googleapis/googleapis
|
|
- buf.build/protocolbuffers/wellknowntypes
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
- COMMENTS
|
|
- FILE_LOWER_SNAKE_CASE
|
|
except:
|
|
- UNARY_RPC
|
|
- COMMENT_FIELD
|
|
- SERVICE_SUFFIX
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- RPC_REQUEST_STANDARD_NAME
|