https://github.com/tendermint/tendermint
Raw File
Tip revision: a9feb1c023e172b542c972605311af83b777855b authored by Jacob Gadikian on 22 December 2022, 00:52:21 UTC
markdownlint (#9834)
Tip revision: a9feb1c
buf.yaml
build:
  roots:
    - proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top