https://github.com/tendermint/tendermint
Raw File
Tip revision: 7497331f47f0171ae732388c334b6bf4be35ddf0 authored by tycho garen on 12 May 2021, 14:37:01 UTC
change lock
Tip revision: 7497331
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