Skip to content

Added @stasel to client code owners. #68

Added @stasel to client code owners.

Added @stasel to client code owners. #68

Triggered via pull request January 12, 2026 08:24
Status Failure
Total duration 39s
Artifacts

quality-checks.yml

on: pull_request
lint-server
35s
lint-server
lint-client
27s
lint-client
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-server: server/src/controllers/AuthenticationController.ts#L47
Unsafe argument of type `any` assigned to a parameter of type `string`
lint-server: server/src/controllers/AuthenticationController.ts#L41
Unsafe member access .redirectURI on an `any` value
lint-server: server/src/controllers/AuthenticationController.ts#L41
Unsafe call of a(n) `any` typed value
lint-server: server/src/controllers/AuthenticationController.ts#L41
Unsafe assignment of an `any` value
lint-server: server/src/controllers/AuthenticationController.ts#L40
Unsafe member access .authCode on an `any` value
lint-server: server/src/controllers/AuthenticationController.ts#L40
Unsafe call of a(n) `any` typed value
lint-server: server/src/controllers/AuthenticationController.ts#L40
Unsafe assignment of an `any` value
lint-server: server/src/api-docs/swagger.ts#L15
Unsafe argument of type `any` assigned to a parameter of type `JsonObject | null | undefined`
lint-server: server/src/api-docs/swagger.ts#L14
Unsafe assignment of an `any` value
lint-server: server/src/api-docs/swagger.ts#L12
Array type using 'Array<RequestHandler>' is forbidden. Use 'RequestHandler[]' instead