2026-03-24 21:11:45 -07:00
|
|
|
# For details on buf.yaml configuration, visit https://buf.build/docs/configuration/v2/buf-yaml
|
|
|
|
|
version: v2
|
|
|
|
|
lint:
|
|
|
|
|
use:
|
|
|
|
|
- STANDARD
|
2026-03-24 22:49:44 -07:00
|
|
|
except:
|
|
|
|
|
- RPC_REQUEST_RESPONSE_UNIQUE
|
|
|
|
|
- RPC_RESPONSE_STANDARD_NAME
|
2026-03-24 21:11:45 -07:00
|
|
|
breaking:
|
|
|
|
|
use:
|
|
|
|
|
- FILE
|
|
|
|
|
modules:
|
|
|
|
|
- path: proto
|
2026-03-24 22:49:44 -07:00
|
|
|
deps:
|
|
|
|
|
- buf.build/googleapis/googleapis
|