Skip to content

Create tech stack docs (techstack.yml and techstack.md) #146

Create tech stack docs (techstack.yml and techstack.md)

Create tech stack docs (techstack.yml and techstack.md) #146

Triggered via pull request February 29, 2024 20:26
Status Success
Total duration 47s
Artifacts

lint.yml

on: pull_request
Run linters Server
36s
Run linters Server
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
examples/extend-config/src/winston.config.ts#L12
'omitMeta' is assigned a value but never used (no-unused-vars)
src/config.service.ts#L159
Unexpected aliasing of 'this' to local variable (@typescript-eslint/no-this-alias)
examples/convert-config-file/src/winston.config.ts#L68
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
examples/convert-config-file/src/winston.config.ts#L71
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
examples/extend-config/src/winston.config.ts#L12
'omitMeta' is assigned a value but never used (@typescript-eslint/no-unused-vars)
examples/extend-config/src/winston.config.ts#L69
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
examples/extend-config/src/winston.config.ts#L72
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/config.service.spec.ts#L293
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/config.service.ts#L343
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/config.service.ts#L347
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
Run linters Server
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2, wearerequired/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters Server
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2, wearerequired/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/