https://github.com/tendermint/tendermint
Raw File
Tip revision: 8f3e7248e7eb43eac74a15d5d640b89fc65cf1d3 authored by Erik Grinaker on 13 August 2020, 12:53:44 UTC
changelog: update for 0.34.0-rc3 (#5240)
Tip revision: 8f3e724
buf.yaml
build:
  roots:
    - proto
    - third_party/proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top