Commit 11c1ab4
Ignore import changes in public API check (#6855)
## Summary
Ignores regular import lines when diffing generated public Swift
interfaces. For example, #6845 reports the removal of import
CoreGraphics as a public API change even though it doesn’t change the
API exposed to SDK users.
## Motivation
#6845
## Testing
- Ruby syntax check
- Verified regular imports are filtered while exported imports remain in
the diff
## Changelog
N/A
Co-authored-by: codex <noreply@openai.com>1 parent ad6c497 commit 11c1ab4
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
0 commit comments