Skip to content

Clean up documentation per the documentation conventions #1007

Clean up documentation per the documentation conventions

Clean up documentation per the documentation conventions #1007

Triggered via pull request July 23, 2026 15:19
Status Success
Total duration 47s
Artifacts

ci.yml

on: pull_request
preflight
43s
preflight
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
typescript(no-unnecessary-type-assertion): src/tools/extensions/neowiki/neowiki-list-schemas.ts#L35
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-unnecessary-type-assertion): src/tools/extensions/cargo/cargo-query.ts#L61
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-unnecessary-type-assertion): src/tools/extensions/smw/smw-query.ts#L57
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-unnecessary-type-assertion): src/tools/extensions/cargo/cargo-describe-table.ts#L32
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-unnecessary-type-assertion): src/tools/extensions/cargo/cargo-list-tables.ts#L16
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-unnecessary-type-assertion): src/results/response.ts#L39
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-unnecessary-type-assertion): src/tools/extensions/bucket/bucket-query.ts#L39
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-unnecessary-type-assertion): src/results/response.ts#L19
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-unnecessary-type-assertion): src/transport/ssrfGuard.ts#L147
This assertion is unnecessary since the receiver accepts the original type of the expression.
typescript(no-explicit-any): tests/auth/authorizationServer/consent.test.ts#L19
Unexpected `any`. Specify a different type.