https://github.com/tendermint/tendermint
Raw File
Tip revision: 3d2f98996c42dc9fba7e6795123ac2d7e5416e55 authored by Marko Baricevic on 15 June 2020, 13:50:10 UTC
remove remotesignererror and fix proto-lint
Tip revision: 3d2f989
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