mirror of
https://github.com/tendermint/tendermint.git
synced 2025-12-23 06:15:19 +00:00
* refactor: migrate to `cosmos/gogoproto` * add changelog * Update Makefile Co-authored-by: Thane Thomson <connect@thanethomson.com> * update link Co-authored-by: Thane Thomson <connect@thanethomson.com>
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
|