mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
* fix: fix proto-breakage - this is amed to fix proto breakage for consumers Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * fix for importing third_party everywhere * undo change * test breakage change * test ssh * test https * change ssh to https * fix phony
16 lines
191 B
YAML
16 lines
191 B
YAML
build:
|
|
roots:
|
|
- .
|
|
lint:
|
|
use:
|
|
- MINIMAL
|
|
- FILE_LOWER_SNAKE_CASE
|
|
- UNARY_RPC
|
|
except:
|
|
- PACKAGE_DIRECTORY_MATCH
|
|
ignore:
|
|
- third_party
|
|
breaking:
|
|
use:
|
|
- FILE
|