https://github.com/tendermint/tendermint
Raw File
Tip revision: 9ed341f44e298a656ed23206fe8596df6dfe1feb authored by Callum Waters on 04 March 2021, 08:53:11 UTC
bump e2e waiting timeout
Tip revision: 9ed341f
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