Skip to content

refactor exports

refactor exports #30

Triggered via pull request July 29, 2024 18:56
Status Success
Total duration 3m 7s
Artifacts

lint.yml

on: pull_request
Lint Back-end code
2m 57s
Lint Back-end code
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint Back-end code
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint Back-end code: packages/rest/__tests__/src/openapi-router.spec.mts#L700
'request' is defined but never used. Allowed unused args must match /^_/u
Lint Back-end code: packages/rest/__tests__/src/routing.spec.mts#L77
'TestController' is defined but never used. Allowed unused vars must match /^_/u
Lint Back-end code: packages/rest/src/runtime/decorator-router/decorators.mts#L42
'Test' is defined but never used. Allowed unused vars must match /^_/u
Lint Back-end code: packages/rest/src/runtime/openapi-router/index.mts#L1
'OpenAPIRouter' is defined but never used. Allowed unused vars must match /^_/u
Lint Back-end code: packages/rest/src/runtime/shared/http-event.mts#L133
'test' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Back-end code: packages/rest/src/transform/project.ts#L7
'ReferenceType' is defined but never used. Allowed unused vars must match /^_/u
Lint Back-end code: packages/rest/src/transform/transform.ts#L4
'createParser' is defined but never used. Allowed unused vars must match /^_/u
Lint Back-end code: packages/rest/src/transform/transform.ts#L7
'StringType' is defined but never used. Allowed unused vars must match /^_/u
Lint Back-end code: packages/rest/src/transform/transform.ts#L8
'SubNodeParser' is defined but never used. Allowed unused vars must match /^_/u