File tree Expand file tree Collapse file tree 3 files changed +1
-93
lines changed
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils Expand file tree Collapse file tree 3 files changed +1
-93
lines changed Original file line number Diff line number Diff line change 1616 uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
1717 with :
1818 license_header_check_project_name : " Swift.org"
19+ docs_check_additional_arguments : " --disable-parameters-and-returns-validation"
1920 # https://github.com/swiftlang/swift-syntax/issues/2986
2021 api_breakage_check_enabled : false
21- # https://github.com/swiftlang/swift-syntax/issues/2987
22- docs_check_enabled : false
2322 # https://github.com/swiftlang/swift-syntax/issues/2988
2423 format_check_enabled : false
2524 # https://github.com/swiftlang/swift-syntax/issues/2989
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ struct SwiftSyntaxDevUtils: ParsableCommand {
3030 GenerateSourceCode . self,
3131 LocalPrPrecheck . self,
3232 Test . self,
33- VerifyDocumentation . self,
3433 VerifySourceCode . self,
3534 ]
3635 )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments