https://github.com/tendermint/tendermint
Raw File
Tip revision: 2544a5cf3a2b2e5dd90c6b15c23bcb82b9b23a31 authored by Anton Kaliaev on 11 March 2020, 12:55:00 UTC
noop commit (#4553)
Tip revision: 2544a5c
buf.yaml
build:
  roots:
    - .
lint:
  use:
    - MINIMAL
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  except:
    - PACKAGE_DIRECTORY_MATCH
  ignore:
    - third_party
breaking:
  use:
    - FILE
back to top