Skip to content

Commit 7612646

Browse files
committed
Enable the verify documentation GitHub Action check
And remove the corresponding subcommand from `swift-syntax-dev-utils`. Fixes #2987
1 parent cb5e497 commit 7612646

File tree

3 files changed

+1
-93
lines changed

3 files changed

+1
-93
lines changed

.github/workflows/pull_request.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1414
with:
1515
api_breakage_check_allowlist_path: "Release Notes/api-breakages.txt"
16-
# https://github.com/swiftlang/swift-syntax/issues/2987
17-
docs_check_enabled: false
16+
docs_check_additional_arguments: "--disable-parameters-and-returns-validation"
1817
verify_source_code:
1918
name: Validate generated code
2019
runs-on: ubuntu-latest

SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/SwiftSyntaxDevUtils.swift

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ struct SwiftSyntaxDevUtils: ParsableCommand {
2929
GenerateSourceCode.self,
3030
LocalPrPrecheck.self,
3131
Test.self,
32-
VerifyDocumentation.self,
3332
VerifySourceCode.self,
3433
]
3534
)

SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/VerifyDocumentation.swift

-90
This file was deleted.

0 commit comments

Comments
 (0)