Skip to content

feat(code-test): general test command, tap output #358

feat(code-test): general test command, tap output

feat(code-test): general test command, tap output #358

Triggered via pull request January 1, 2025 13:34
Status Failure
Total duration 3m 19s
Artifacts

checks.yaml

on: pull_request
Lint, type check
3m 10s
Lint, type check
Fit to window
Zoom out
Zoom in

Annotations

53 errors and 7 warnings
Property 'toArray' does not exist on type 'ReadableStream'.: code/code-test/src/tester.ts#L115
Property 'toArray' does not exist on type 'ReadableStream'.
(@typescript-eslint/naming-convention): Variable name `tag_name` must match one of the following formats: camelCase, PascalCase, UPPER_CASE: code/code-github/src/release.ts#L30
Variable name `tag_name` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
(@typescript-eslint/naming-convention): Variable name `make_latest` must match one of the following formats: camelCase, PascalCase, UPPER_CASE: code/code-github/src/release.ts#L30
Variable name `make_latest` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
(@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'.
Lint, type check
Process completed with exit code 1.