https://github.com/tendermint/tendermint
Raw File
Tip revision: 182fa3285128dfeb2b92690579be04f77ad5d0b1 authored by Tess Rinearson on 19 November 2020, 17:52:34 UTC
.goreleaser: build for windows
Tip revision: 182fa32
buf.yaml
build:
  roots:
    - proto
    - third_party/proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top