https://github.com/tendermint/tendermint
Raw File
Tip revision: f0be1665594059430df0966326cc8c54163b3e3c authored by Sergio Mena on 30 November 2022, 22:40:22 UTC
Result to diff-of-diffs comparison between the cherry-picked commits and #9620
Tip revision: f0be166
buf.yaml
build:
  roots:
    - proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top