https://github.com/tendermint/tendermint
Raw File
Tip revision: 936221e0a8d9d9b7e334df3fb67c745d7cda7c5e authored by Thane Thomson on 21 December 2022, 22:06:20 UTC
e2e: Add multi-version support to generator (backport of #9933 to v0.34) (#9935)
Tip revision: 936221e
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