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 16
16
uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
17
17
with :
18
18
license_header_check_project_name : " Swift.org"
19
+ docs_check_additional_arguments : " --disable-parameters-and-returns-validation"
19
20
# https://github.com/swiftlang/swift-syntax/issues/2986
20
21
api_breakage_check_enabled : false
21
- # https://github.com/swiftlang/swift-syntax/issues/2987
22
- docs_check_enabled : false
23
22
# https://github.com/swiftlang/swift-syntax/issues/2988
24
23
format_check_enabled : false
25
24
# 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 {
30
30
GenerateSourceCode . self,
31
31
LocalPrPrecheck . self,
32
32
Test . self,
33
- VerifyDocumentation . self,
34
33
VerifySourceCode . self,
35
34
]
36
35
)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments