Skip to content

feat(code-eslint): enable cache strategy #349

feat(code-eslint): enable cache strategy

feat(code-eslint): enable cache strategy #349

Triggered via pull request December 20, 2024 08:08
Status Failure
Total duration 2m 42s
Artifacts

checks.yaml

on: pull_request
Lint, type check
2m 31s
Lint, type check
Fit to window
Zoom out
Zoom in

Annotations

55 errors and 3 warnings
(@typescript-eslint/array-type): Array type using 'ESLint.LintResult[]' is forbidden. Use 'Array<ESLint.LintResult>' instead.: code/code-lint/src/linter.ts#L128
Array type using 'ESLint.LintResult[]' is forbidden. Use 'Array<ESLint.LintResult>' instead.
(n/no-sync): Unexpected sync method: 'readFileSync'.: code/code-lint/src/linter.ts#L143
Unexpected sync method: 'readFileSync'.
(n/no-sync): Unexpected sync method: 'readFileSync'.: code/code-pack/src/pack.ts#L54
Unexpected sync method: 'readFileSync'.
(@typescript-eslint/no-deprecated): `toPromise` is deprecated. Replaced with {@link firstValueFrom } and {@link lastValueFrom }. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise: code/code-schematics/src/schematics.ts#L57
`toPromise` is deprecated. Replaced with {@link firstValueFrom } and {@link lastValueFrom }. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise
Lint, type check
Process completed with exit code 1.