Skip to content

100

100 #92

Triggered via pull request February 2, 2026 09:04
@alvagantealvagante
synchronize #18
100
Status Failure
Total duration 1m 15s
Artifacts

ci.yml

on: pull_request
docker-build-test
1m 10s
docker-build-test
Matrix: lint-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
lint-and-test (20.x): backend/src/auth/RoleService.ts#L539
Unsafe assignment of an `any` value
lint-and-test (20.x): backend/src/auth/RoleService.ts#L139
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-and-test (20.x): backend/src/auth/RoleService.ts#L138
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-and-test (20.x): backend/src/auth/GroupService.ts#L418
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-and-test (20.x): backend/src/auth/GroupService.ts#L58
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-and-test (20.x): backend/src/auth/GroupService.ts#L57
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-and-test (20.x): backend/src/auth/GroupService.ts#L56
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-and-test (20.x): backend/src/auth/AuthService.ts#L423
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-and-test (20.x): backend/src/auth/AuthService.ts#L334
Unnecessary conditional, comparison is always false, since `"refresh" !== "refresh"` is false
lint-and-test (20.x): backend/src/auth/AuthService.ts#L280
Unnecessary conditional, comparison is always false, since `"access" !== "access"` is false
lint-and-test (20.x): backend/src/database/adapters/SQLiteAdapter.ts#L264
Unexpected console statement. Only these console methods are allowed: warn, error
lint-and-test (20.x): backend/src/database/adapters/SQLiteAdapter.ts#L98
Unexpected console statement. Only these console methods are allowed: warn, error
lint-and-test (20.x): backend/src/database/adapters/SQLiteAdapter.ts#L75
Unexpected console statement. Only these console methods are allowed: warn, error