Skip to content

DRAFT: "AutoRouter" to reduce router initialization boilerplate #105

DRAFT: "AutoRouter" to reduce router initialization boilerplate

DRAFT: "AutoRouter" to reduce router initialization boilerplate #105

Triggered via pull request January 7, 2024 23:29
@kwhitleykwhitley
synchronize #195
flow
Status Failure
Total duration 33s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/AutoRouter.spec.ts#L3
'Router' is defined but never used
build: src/AutoRouter.spec.ts#L81
'r' is defined but never used
build: src/AutoRouter.spec.ts#L86
'before' is assigned a value but never used
build: src/AutoRouter.spec.ts#L87
'_' is defined but never used
build: src/AutoRouter.spec.ts#L87
'start' is defined but never used
build: src/AutoRouter.spec.ts#L92
'url' is defined but never used
build: src/AutoRouter.spec.ts#L103
'before' is assigned a value but never used
build: src/AutoRouter.spec.ts#L104
'_' is defined but never used
build: src/AutoRouter.spec.ts#L104
'start' is defined but never used
build: src/AutoRouter.ts#L54
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/