https://github.com/tendermint/tendermint
Raw File
Tip revision: eaf821b35f5a5e7eae219ad0897ca1d3c95ac6e7 authored by William Banfield on 28 June 2022, 13:53:48 UTC
wip
Tip revision: eaf821b
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