https://github.com/tendermint/tendermint
Raw File
Tip revision: 3c3089f83468e6bcc3da0bf3cc7e6f2024e0826b authored by William Banfield on 07 January 2022, 19:16:42 UTC
fixups from retrying
Tip revision: 3c3089f
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