Pull Request for 91/merge by gnalh #55
pr.yml
on: pull_request
Trunk Code Quality runner [linux]
50s
Test and Upload
17s
Annotations
50 errors
Test and Upload
A failure occurred while executing the command -- see logs for details
|
eslint(@typescript-eslint/prefer-nullish-coalescing):
src/lib.ts#L89
[new] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
eslint(@typescript-eslint/prefer-nullish-coalescing):
src/lib.ts#L93
[new] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
eslint(@typescript-eslint/no-explicit-any):
src/lib.ts#L96
[new] Unexpected any. Specify a different type.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L98
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L98
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L98
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L99
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L99
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L99
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L100
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L100
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L100
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L101
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L101
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L101
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L102
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L102
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L102
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L103
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L103
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L103
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L104
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L104
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L104
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L105
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L105
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L105
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L106
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L106
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L106
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-argument):
src/lib.ts#L108
[new] Unsafe argument of type `any` assigned to a parameter of type `string | undefined`.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L108
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L108
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-argument):
src/lib.ts#L111
[new] Unsafe argument of type `any` assigned to a parameter of type `string | undefined`.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L111
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L111
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-argument):
src/lib.ts#L112
[new] Unsafe argument of type `any` assigned to a parameter of type `string | undefined`.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L112
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L112
[new] Unsafe member access .getInput on an `any` value.
|
eslint(@typescript-eslint/no-unsafe-assignment):
src/lib.ts#L113
[new] Unsafe assignment of an `any` value.
|
eslint(@typescript-eslint/no-unsafe-call):
src/lib.ts#L113
[new] Unsafe call of a(n) `any` typed value.
|
eslint(@typescript-eslint/no-unsafe-member-access):
src/lib.ts#L113
[new] Unsafe member access .getInput on an `any` value.
|
eslint(prefer-const):
src/lib.ts#L160
[new] 'downloadPath' is never reassigned. Use 'const' instead.
|
eslint(@typescript-eslint/no-unnecessary-template-expression):
src/lib.ts#L180
[new] Template literal expression is unnecessary and can be simplified.
|
eslint(@typescript-eslint/prefer-nullish-coalescing):
src/lib.ts#L180
[new] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
eslint(no-console):
src/lib.ts#L201
[new] Unexpected console statement.
|
eslint:
__fixtures__/core.ts#L1
[new] Parsing error: /tmp/trunk-1001/h2aVID/iwoiPd/__fixtures__/core.ts was not found by the project service. Consider either including it in the tsconfig.json or including it in allowDefaultProject.
|
eslint:
__tests__/arguments.test.ts#L1
[new] Parsing error: /tmp/trunk-1001/h2aVID/iwoiPd/__tests__/arguments.test.ts was not found by the project service. Consider either including it in the tsconfig.json or including it in allowDefaultProject.
|
Trunk Code Quality runner [linux]
Process completed with exit code 1.
|