mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
Remove obsolete proto breaking-change exception (#11156)
## What changed? Clean up obsolete buf.yaml ignore ## Why? Remove temporary ignore that was needed for a known breaking change. ## How did you test it? - [X] built - [ ] run locally and tested manually - [X] covered by existing tests - [ ] added new unit test(s) - [ ] added new functional test(s)
This commit is contained in:
@@ -9,12 +9,6 @@ deps:
|
||||
breaking:
|
||||
use:
|
||||
- WIRE
|
||||
# Uncomment this to temporarily ignore specific files or directories:
|
||||
ignore:
|
||||
# example: - temporal/server/api/.../message.proto
|
||||
# TODO: Remove once this is stable. business_id was intentionally changed from
|
||||
# optional to repeated to support multiple fallback routing fields.
|
||||
- temporal/server/api/routing/v1/extension.proto
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user