https://github.com/tendermint/tendermint
Raw File
Tip revision: 9daea43375e06816a44c30bdb7b02701df4a5f76 authored by M. J. Fromberger on 22 June 2022, 22:16:58 UTC
Update default version marker. (#8844)
Tip revision: 9daea43
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