Skip to content

Commit

Permalink
Add an api-breakages file to allow API breakages
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Dec 5, 2024
1 parent 003208b commit 8358e38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
with:
license_header_check_enabled: false
license_header_check_project_name: "Swift.org"
api_breakage_check_allowlist_path: "api-breakages.txt"
4 changes: 4 additions & 0 deletions api-breakages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
6.2
---

API breakage: constructor FileIterator.init(urls:followSymlinks:) has been removed

0 comments on commit 8358e38

Please sign in to comment.