Skip to content

feat(code-changelog): init #356

feat(code-changelog): init

feat(code-changelog): init #356

Triggered via pull request December 23, 2024 18:43
Status Failure
Total duration 3m 1s
Artifacts

checks.yaml

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

Annotations

52 errors and 6 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#L74
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.