| 123456789101112131415161718192021 |
- # buf.yaml — buf module configuration for broad-announce proto
- #
- # This file defines the module (a collection of .proto sources) and the
- # linting / breaking-change rules that CI enforces.
- version: v2
- name: buf.build/lrosales/broad-announce
- deps: []
- lint:
- use:
- - STANDARD
- except:
- - UNARY_RPC
- - SERVICE_SUFFIX
- - RPC_REQUEST_STANDARD_NAME
- - RPC_RESPONSE_STANDARD_NAME
- - ENUM_VALUE_PREFIX
- - ENUM_ZERO_VALUE_SUFFIX
- breaking:
- use:
- - FILE
- - WIRE
|