https://github.com/tendermint/tendermint
Raw File
Tip revision: 5182ffee2573fba18c4204d288fdc318dff5665d authored by Cyrus Goh on 26 January 2021, 19:46:21 UTC
docs: master → docs-staging (#5990)
Tip revision: 5182ffe
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