Revision b758f261c13bbaa9cffceb5230d12561ba2c7489 authored by William Banfield on 28 September 2021, 21:41:27 UTC, committed by William Banfield on 28 September 2021, 21:41:27 UTC
1 parent 750f709
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