Skip to content

Commit 2e0d555

Browse files
authored
Merge pull request swiftlang#3011 from ahoppen/disable-api-breakage-check
Disable the API breakage check
2 parents ed79bf5 + 6547cc0 commit 2e0d555

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Soundness
1313
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1414
with:
15-
api_breakage_check_allowlist_path: "api-breakages.txt"
15+
api_breakage_check_enabled: false # https://github.com/swiftlang/swift-syntax/issues/3010
1616
docs_check_additional_arguments: "--disable-parameters-and-returns-validation"
1717
verify_source_code:
1818
name: Validate generated code

api-breakages.txt

-3
This file was deleted.

0 commit comments

Comments
 (0)