https://github.com/tendermint/tendermint
Raw File
Tip revision: b06e1cea5495dc4557d805dcc433a0f771c0fc1c authored by Sergio Mena on 17 October 2022, 20:08:51 UTC
QA Process report for v0.37.x (and baseline for v0.34.x) (#9499)
Tip revision: b06e1ce
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