16 lines
308 B
YAML
16 lines
308 B
YAML
# For details on buf.yaml configuration, visit https://buf.build/docs/configuration/v2/buf-yaml
|
|
version: v2
|
|
lint:
|
|
use:
|
|
- STANDARD
|
|
except:
|
|
- RPC_REQUEST_RESPONSE_UNIQUE
|
|
- RPC_RESPONSE_STANDARD_NAME
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
modules:
|
|
- path: proto
|
|
deps:
|
|
- buf.build/googleapis/googleapis
|