Skip to content

Commit

Permalink
Remove warnings-as-errors from DocC
Browse files Browse the repository at this point in the history
Xcode 16.2 introduced a large set of the for `missing documentation`

Example: #2961
  • Loading branch information
shahmishal authored Feb 10, 2025
1 parent 1c0e46a commit e49c34e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ struct VerifyDocumentation: ParsableCommand {
"-scheme",
product,
"-destination", "platform=macOS",
"OTHER_DOCC_FLAGS='--warnings-as-errors'",
]
).run(captureStdout: false, captureStderr: false, verbose: self.verbose)
}
Expand Down

0 comments on commit e49c34e

Please sign in to comment.