https://github.com/tendermint/tendermint
Raw File
Tip revision: bf64ac63a5f2f786393b47d3dcba77491934f0a9 authored by Alessio Treglia on 30 November 2020, 17:07:23 UTC
use t.Cleanup() in node/
Tip revision: bf64ac6
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