Revision ca011c0b9c6f5870231999fac1239097f5af36bf authored by William Banfield on 09 September 2021, 23:09:32 UTC, committed by William Banfield on 09 September 2021, 23:09:32 UTC
1 parent 511bd3e
Raw File
buf.yaml
version: v1beta1

build:
  roots:
    - proto
    - third_party/proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top