Skip to content

#Enhancement: Opimizing response and the whole framework #32

#Enhancement: Opimizing response and the whole framework

#Enhancement: Opimizing response and the whole framework #32

Triggered via pull request April 3, 2025 03:43
Status Failure
Total duration 36s
Artifacts

ci.yml

on: pull_request
lint-test-compile-format
33s
lint-test-compile-format
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint-test-compile-format
Process completed with exit code 1.
lint-test-compile-format: src/middlewares/cors.ts#L4
'Request' is defined but never used. Allowed unused vars must match /^_/u
lint-test-compile-format: src/middlewares/cors.ts#L4
'Request' is defined but never used. Allowed unused vars must match /^_/u
lint-test-compile-format: src/core/tt.ts#L319
Unexpected blank line before this statement
lint-test-compile-format: src/core/tt.ts#L146
'headerName' is never reassigned. Use 'const' instead
lint-test-compile-format: src/core/tt.ts#L122
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-test-compile-format: src/core/router/handle.ts#L98
Async arrow function expected a return value
lint-test-compile-format: src/core/router/handle.ts#L30
Expected to return a value at the end of async arrow function