Skip to content

Push on main

Push on main #16

Triggered via dynamic November 21, 2024 20:33
Status Success
Total duration 1m 8s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

50 errors
src/app.module.ts#L1
Run autofix to sort these imports! (simple-import-sort/imports)
src/app.module.ts#L1
Imports "MiddlewareConsumer" and "NestModule" are only used as types (@typescript-eslint/consistent-type-imports)
src/app.module.ts#L32
Delete `··` (prettier/prettier)
src/app.module.ts#L33
Delete `····` (prettier/prettier)
src/app.module.ts#L34
Replace `··········` with `······` (prettier/prettier)
src/app.module.ts#L35
Delete `······` (prettier/prettier)
src/app.module.ts#L36
Replace `··············` with `········` (prettier/prettier)
src/app.module.ts#L37
Delete `····` (prettier/prettier)
src/app.module.ts#L38
Delete `····` (prettier/prettier)
src/app.module.ts#L39
Delete `····` (prettier/prettier)
src/common/abstract.entity.ts#L2
Unable to resolve path to module 'typeorm' (import/no-unresolved)
src/common/abstract.entity.ts#L26
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
src/common/abstract.entity.ts#L27
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
src/common/abstract.entity.ts#L30
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
src/common/abstract.entity.ts#L35
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
src/common/abstract.entity.ts#L65
Unsafe array destructuring of a tuple element with an `any` value (@typescript-eslint/no-unsafe-assignment)
src/common/abstract.entity.ts#L68
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
src/common/dto/abstract.dto.ts#L17
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
src/common/dto/abstract.dto.ts#L17
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
src/common/dto/abstract.dto.ts#L17
Unsafe member access .toString on an `any` value (@typescript-eslint/no-unsafe-member-access)
src/decorators/transform.decorators.ts#L143
'parsePhoneNumber' is deprecated. `parsePhoneNumber()` named export has been renamed to `parsePhoneNumberWithError()` (deprecation/deprecation)
src/main.ts#L66
Unsafe argument of type `any` assigned to a parameter of type `PackageDefinition` (@typescript-eslint/no-unsafe-argument)
src/main.ts#L66
Unsafe argument of type `any` assigned to a parameter of type `Pick<Server, "addService">` (@typescript-eslint/no-unsafe-argument)
src/middlewares/json-body.middleware.ts#L1
Run autofix to sort these imports! (simple-import-sort/imports)
src/middlewares/json-body.middleware.ts#L3
Import "NestMiddleware" is only used as types (@typescript-eslint/consistent-type-imports)
src/middlewares/json-body.middleware.ts#L7
Delete `··` (prettier/prettier)
src/middlewares/json-body.middleware.ts#L7
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/middlewares/json-body.middleware.ts#L8
Delete `····` (prettier/prettier)
src/middlewares/json-body.middleware.ts#L9
Delete `··` (prettier/prettier)
src/middlewares/raw-body.middleware.ts#L1
Run autofix to sort these imports! (simple-import-sort/imports)
src/middlewares/raw-body.middleware.ts#L1
Import "NestMiddleware" is only used as types (@typescript-eslint/consistent-type-imports)
src/middlewares/raw-body.middleware.ts#L7
Delete `··` (prettier/prettier)
src/middlewares/raw-body.middleware.ts#L7
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/middlewares/raw-body.middleware.ts#L8
Replace `····bodyParser.raw({type:·'*/*'` with `bodyParser.raw({·type:·'*/*'·` (prettier/prettier)
src/middlewares/raw-body.middleware.ts#L8
A space is required after '{' (object-curly-spacing)
src/middlewares/raw-body.middleware.ts#L8
A space is required before '}' (object-curly-spacing)
src/middlewares/raw-body.middleware.ts#L9
Delete `··` (prettier/prettier)
src/modules/auth/auth.service.ts#L20
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
src/modules/auth/auth.service.ts#L30
Unsafe argument of type `any` assigned to a parameter of type `string` (@typescript-eslint/no-unsafe-argument)
src/modules/auth/auth.service.ts#L30
Unsafe member access .password on an `any` value (@typescript-eslint/no-unsafe-member-access)
src/modules/auth/auth.service.ts#L34
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
src/modules/auth/auth.service.ts#L34
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
src/modules/auth/auth.service.ts#L34
Unsafe member access ._id on an `any` value (@typescript-eslint/no-unsafe-member-access)
src/modules/auth/auth.service.ts#L35
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
src/modules/auth/auth.service.ts#L35
Unsafe member access .email on an `any` value (@typescript-eslint/no-unsafe-member-access)
src/modules/auth/strategies/jwt.strategy.ts#L21
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
src/modules/auth/strategies/jwt.strategy.ts#L21
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
src/modules/auth/strategies/jwt.strategy.ts#L21
Unsafe member access .toString on an `any` value (@typescript-eslint/no-unsafe-member-access)
src/modules/config/config.repository.ts#L4
Unable to resolve path to module 'typeorm' (import/no-unresolved)
src/modules/config/config.repository.ts#L15
Async method 'findAll' has no 'await' expression (@typescript-eslint/require-await)