Skip to content

Commit 977c8e9

Browse files
authored
Merge pull request #2997 from ahoppen/verify-documentation-check
Enable the verify documentation GitHub Action check
2 parents 241e915 + 7612646 commit 977c8e9

File tree

3 files changed

+1
-93
lines changed

3 files changed

+1
-93
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 2 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)