mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +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.
17 lines
193 B
YAML
17 lines
193 B
YAML
version: v1beta1
|
|
|
|
build:
|
|
roots:
|
|
- proto
|
|
- third_party/proto
|
|
lint:
|
|
use:
|
|
- BASIC
|
|
- FILE_LOWER_SNAKE_CASE
|
|
- UNARY_RPC
|
|
ignore:
|
|
- gogoproto
|
|
breaking:
|
|
use:
|
|
- FILE
|