https://github.com/tendermint/tendermint
Raw File
Tip revision: 42556b7334fb3431ac8e6f26bc1b0c62e5c79aea authored by William Banfield on 04 October 2021, 17:40:10 UTC
fix language
Tip revision: 42556b7
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