https://github.com/tendermint/tendermint
Raw File
Tip revision: 4f8cc99f87413c148374c4013f3a106f5380184c authored by tycho garen on 08 September 2021, 13:51:13 UTC
e2e: load generation and logging changes
Tip revision: 4f8cc99
buf.yaml
version: v1beta1

build:
  roots:
    - proto
    - third_party/proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top