https://github.com/tendermint/tendermint
Revision afaed78146f64cfe2586bcacaf4444f4ece24d28 authored by Sam Ricotta on 19 August 2022, 12:26:19 UTC, committed by Sam Ricotta on 19 August 2022, 12:26:19 UTC
1 parent 596ca4e
Raw File
Tip revision: afaed78146f64cfe2586bcacaf4444f4ece24d28 authored by Sam Ricotta on 19 August 2022, 12:26:19 UTC
removing unnecessary formatting
Tip revision: afaed78
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