Skip to content

Commit 69c7abe

Browse files
committed
Do not validate that all parameters have documentation
In particular, not all members of syntax nodes have documentation and it is not realistic to add meaningful documentation to all of them in the near future.
1 parent a84f21d commit 69c7abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct VerifyDocumentation: ParsableCommand {
6060
"-scheme",
6161
product,
6262
"-destination", "platform=macOS",
63-
"OTHER_DOCC_FLAGS='--warnings-as-errors'",
63+
"OTHER_DOCC_FLAGS=--warnings-as-errors --disable-parameters-and-returns-validation",
6464
]
6565
).run(captureStdout: false, captureStderr: false, verbose: self.verbose)
6666
}

0 commit comments

Comments
 (0)