https://github.com/tendermint/tendermint
Raw File
Tip revision: f7218259c50b07f4aa7defe6370e93ff6c800a99 authored by William Banfield on 03 November 2022, 20:03:08 UTC
fix metric to be seconds
Tip revision: f721825
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