Skip to content

chore(common): trigger #372

chore(common): trigger

chore(common): trigger #372

Triggered via pull request January 30, 2025 09:33
Status Success
Total duration 1m 49s
Artifacts

checks.yaml

on: pull_request
Lint, type check
1m 38s
Lint, type check
Fit to window
Zoom out
Zoom in

Annotations

49 errors and 8 warnings
(@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'.