https://github.com/tendermint/tendermint
Raw File
Tip revision: fff55ae7e67556356ab94b1a42eb891fc5cdf14f authored by Alessio Treglia on 03 April 2020, 13:12:07 UTC
revert
Tip revision: fff55ae
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