We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23b52b7 + f1c32bf commit 152921cCopy full SHA for 152921c
.github/workflows/scripts/check-docs.sh
@@ -53,7 +53,7 @@ log "Checking documentation targets..."
53
for target in $(yq -r '.builder.configs[].documentation_targets[]' .spi.yml); do
54
log "Checking target $target..."
55
# shellcheck disable=SC2086 # We explicitly want to explode "$ADDITIONAL_DOCC_ARGUMENTS" into multiple arguments.
56
- swift package plugin generate-documentation --target "$target" --warnings-as-errors --analyze --level detailed $ADDITIONAL_DOCC_ARGUMENTS
+ swift package plugin generate-documentation --target "$target" --warnings-as-errors --analyze $ADDITIONAL_DOCC_ARGUMENTS
57
done
58
59
log "✅ Found no documentation issues."
0 commit comments