Skip to content

feat(server): Ignore unused vars with underscore in ESLint #18

feat(server): Ignore unused vars with underscore in ESLint

feat(server): Ignore unused vars with underscore in ESLint #18

Triggered via push September 18, 2025 12:16
Status Failure
Total duration 22s
Artifacts

linter.yml

on: push
backend-linter
18s
backend-linter
frontend-linter
15s
frontend-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
backend-linter: server/src/auth/current-user.decorator.ts#L6
Unsafe assignment of an `any` value
backend-linter: server/src/auth/auth.service.ts#L146
Async method 'validateJwtPayload' has no 'await' expression
backend-linter: server/src/auth/auth.service.ts#L94
Async method 'generateChallenge' has no 'await' expression
backend-linter: server/src/auth/auth.service.ts#L45
Async method 'login' has no 'await' expression
backend-linter: server/src/auth/auth.service.ts#L30
Async method 'validateUser' has no 'await' expression
backend-linter: server/src/auth/auth.service.ts#L6
'VerifyProofRequest' is defined but never used. Allowed unused vars must match /^_/u
backend-linter: server/src/auth/auth.service.ts#L6
'TonProof' is defined but never used. Allowed unused vars must match /^_/u
backend-linter: server/src/auth/auth.service.ts#L6
'Account' is defined but never used. Allowed unused vars must match /^_/u
backend-linter: server/src/auth/auth.controller.ts#L20
'AuthDto' is defined but never used. Allowed unused vars must match /^_/u
backend-linter: server/src/auth/auth.controller.ts#L19
'VerifyProofRequest' is defined but never used. Allowed unused vars must match /^_/u
frontend-linter
The process '/usr/bin/git' failed with exit code 128
backend-linter
The process '/usr/bin/git' failed with exit code 128
backend-linter: server/src/auth/services/ton-proof.service.ts#L106
Unsafe argument of type error typed assigned to a parameter of type `number`
backend-linter: server/src/auth/services/challenge.service.ts#L100
Unsafe argument of type error typed assigned to a parameter of type `Address`