https://github.com/tendermint/tendermint
Raw File
Tip revision: 98bc4f0e2b600964bf07e9d85b2a0497c0d7d34c authored by M. J. Fromberger on 06 October 2021, 18:19:26 UTC
Update changelog for v0.35.0-rc3. (#7074)
Tip revision: 98bc4f0
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