https://github.com/tendermint/tendermint
Raw File
Tip revision: 917720675009c28fc912ec36b8dba145779cefcf authored by M. J. Fromberger on 14 July 2022, 21:49:37 UTC
Prepare changelog for Release v0.35.8 (#8988)
Tip revision: 9177206
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