https://github.com/tendermint/tendermint
Raw File
Tip revision: d6d8c75c3224656cd5283d43098ac1a1f584e9c5 authored by tycho garen on 20 June 2022, 15:02:02 UTC
wake if we need to
Tip revision: d6d8c75
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