ci.yml
on: pull_request
docker-build-test
1m 10s
Matrix: lint-and-test
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
|