You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removes deprecated option in docc soundness check script
- verified with Swift 5.10, 6, and 6.1. Prior to swift 6, level was related to providing analysis coverage, but that doesn't appear to be the intent with this check.
- with Swift 5.10, the --level option was ignored - no warning was generated
- post Swift 6, that option was renamed --coverage-summary-level, but still is a no-op without also including
the option --experimental-documentation-coverage
0 commit comments