https://github.com/tendermint/tendermint
Raw File
Tip revision: dc0e04d243f2e6dc494edabe445d223395a683c7 authored by William Banfield on 08 September 2021, 13:58:12 UTC
rename configuration parameters to use the new blocksync nomenclature (#6896)
Tip revision: dc0e04d
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