mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-21 07:24:36 +00:00
This patch was needed to pass the buf breakage check for the proto file removed in #7121, but now that master contains the change we no longer need the patch.
14 lines
151 B
YAML
14 lines
151 B
YAML
build:
|
|
roots:
|
|
- proto
|
|
lint:
|
|
use:
|
|
- BASIC
|
|
- FILE_LOWER_SNAKE_CASE
|
|
- UNARY_RPC
|
|
ignore:
|
|
- gogoproto
|
|
breaking:
|
|
use:
|
|
- FILE
|