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:
Fred Tzeng
2026-07-20 16:38:40 -07:00
committed by GitHub
parent 27d84bb032
commit 87a716c3b5

View File

@@ -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