Skip to content

fix(common): yarn check #367

fix(common): yarn check

fix(common): yarn check #367

Triggered via pull request January 29, 2025 07:55
Status Failure
Total duration 8m 1s
Artifacts

checks.yaml

on: pull_request
Lint, type check
7m 51s
Lint, type check
Fit to window
Zoom out
Zoom in

Annotations

68 errors and 8 warnings
Argument of type 'O' is not assignable to parameter of type 'string'.: schematics/schematics-utils/src/json.utils.ts#L32
Argument of type 'O' is not assignable to parameter of type 'string'.
Argument of type 'O' is not assignable to parameter of type 'string'.: schematics/schematics-utils/src/json.utils.ts#L37
Argument of type 'O' is not assignable to parameter of type 'string'.
Argument of type 'void' is not assignable to parameter of type 'T'.: schematics/schematics-utils/src/json.utils.ts#L37
Argument of type 'void' is not assignable to parameter of type 'T'. 'T' could be instantiated with an arbitrary type which could be unrelated to 'void'.
Module '"./proto-imports.loader.js"' has no exported member 'default'.: webpack/webpack-proto-imports-loader/src/index.ts#L1
Module '"./proto-imports.loader.js"' has no exported member 'default'.
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.: webpack/webpack-proto-imports-loader/src/proto-imports.loader.ts#L6
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.: webpack/webpack-proto-imports-loader/src/proto-imports.loader.ts#L9
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
(@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.