Skip to content

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

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

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

Triggered via pull request December 27, 2023 19:58
Status Success
Total duration 46s
Artifacts

lint.yml

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

Annotations

2 errors and 9 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
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/lint-action@v1.9.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/