https://github.com/tendermint/tendermint
Raw File
Tip revision: 849461aab254014f6b7976710400ea59f83265ce authored by M. J. Fromberger on 08 September 2021, 19:09:15 UTC
Release v0.34.13
Tip revision: 849461a
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