cosmos-sdk/buf.yaml
colin axnér 3076a8b12e
Migrate tendermint consensus state to proto (#6957)
* migrate tm consensus state to proto

* update con state

* register con state

* add confio to proto lint exclude

* Update proto/ibc/tendermint/tendermint.proto

* casttype to hexbytes

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-06 05:21:56 -04:00

29 lines
426 B
YAML

build:
roots:
- proto
- third_party/proto
excludes:
- third_party/proto/google
lint:
use:
- DEFAULT
- COMMENTS
- FILE_LOWER_SNAKE_CASE
except:
- UNARY_RPC
- COMMENT_FIELD
- SERVICE_SUFFIX
- PACKAGE_VERSION_SUFFIX
ignore:
- tendermint
- gogoproto
- cosmos_proto
- confio
breaking:
use:
- FILE
ignore:
- tendermint
- gogoproto
- cosmos_proto