diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 36f8fda7a67..19031c98946 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,7 +12,7 @@ jobs: name: Soundness uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main with: - api_breakage_check_allowlist_path: "api-breakages.txt" + api_breakage_check_enabled: false # https://github.com/swiftlang/swift-syntax/issues/3010 docs_check_additional_arguments: "--disable-parameters-and-returns-validation" verify_source_code: name: Validate generated code diff --git a/api-breakages.txt b/api-breakages.txt deleted file mode 100644 index 123bcdbdc42..00000000000 --- a/api-breakages.txt +++ /dev/null @@ -1,3 +0,0 @@ -6.2 ---- -API breakage: func DiagnosticsFormatter.categoryFootnotes(_:leadingText:) has parameter 0 type change from [SwiftDiagnostics.DiagnosticCategory] to some Swift.Sequence