https://github.com/tendermint/tendermint
Raw File
Tip revision: 1311a1b0e24cb6f9bae50f9a636dcb28deb7b802 authored by William Banfield on 19 July 2021, 04:05:42 UTC
remove clist clear test to accomadate clear method rollback
Tip revision: 1311a1b
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