https://github.com/tendermint/tendermint
Raw File
Tip revision: 211ebaf05264d10b82cbd4c22b485945d6e16e0b authored by Anca Zamfir on 15 November 2022, 12:41:28 UTC
Add test with cross event tags
Tip revision: 211ebaf
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