GH Action includes: - check for lint errors - check for backward compatibility breaking changes Migrated buf config files from v1beta1 to v1 using command: 'buf config migrate-v1beta1' (https://docs.buf.build/configuration/v1beta1-migration-guide)
41 lines
738 B
YAML
41 lines
738 B
YAML
# Generated by "buf config migrate-v1beta1". Edit as necessary, and
|
|
# remove this comment when you're finished.
|
|
#
|
|
# This module represents the "third_party/proto" root found in
|
|
# the previous configuration.
|
|
version: v1
|
|
build:
|
|
excludes:
|
|
- google/protobuf
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
ignore:
|
|
- confio
|
|
- cosmos
|
|
- cosmos_proto
|
|
- gogoproto
|
|
- google
|
|
- ibc
|
|
- tendermint
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
- COMMENTS
|
|
- FILE_LOWER_SNAKE_CASE
|
|
except:
|
|
- UNARY_RPC
|
|
- COMMENT_FIELD
|
|
- SERVICE_SUFFIX
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- RPC_REQUEST_STANDARD_NAME
|
|
- PACKAGE_DIRECTORY_MATCH
|
|
ignore:
|
|
- confio
|
|
- cosmos
|
|
- cosmos_proto
|
|
- gogoproto
|
|
- google
|
|
- ibc
|
|
- tendermint
|