https://github.com/tendermint/tendermint
Raw File
Tip revision: ddfbdd26890a0692e3929b2c07f9ba32ceb6d0cb authored by Callum Waters on 14 December 2021, 18:15:50 UTC
add new command
Tip revision: ddfbdd2
buf.yaml
build:
  roots:
    - proto
    - third_party/proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top