https://github.com/tendermint/tendermint
Raw File
Tip revision: 276bc1aea200c39b4d0406fee919cfdbd485a6f7 authored by William Banfield on 16 July 2021, 19:18:46 UTC
libs/clist: revert clear and detach changes while debugging
Tip revision: 276bc1a
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