Push on main #5
codeql
on: dynamic
Matrix: analyze
Annotations
50 errors
src/app.module.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/no-unnecessary-condition)
|
src/app.module.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/prefer-nullish-coalescing)
|
src/app.module.ts#L1
Run autofix to sort these imports! (simple-import-sort/imports)
|
src/main.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/no-unnecessary-condition)
|
src/main.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/prefer-nullish-coalescing)
|
src/main.ts#L1
Run autofix to sort these imports! (simple-import-sort/imports)
|
src/main.ts#L1
Replace `"@nestjs/core"` with `'@nestjs/core'` (prettier/prettier)
|
src/main.ts#L1
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L2
Replace `"./app.module"` with `'./app.module'` (prettier/prettier)
|
src/main.ts#L2
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L3
Import "NestExpressApplication" is only used as types (@typescript-eslint/consistent-type-imports)
|
src/main.ts#L3
Replace `⏎··ExpressAdapter,⏎··NestExpressApplication,⏎}·from·"@nestjs/platform-express"` with `·ExpressAdapter,·NestExpressApplication·}·from·'@nestjs/platform-express'` (prettier/prettier)
|
src/main.ts#L6
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L7
Replace `⏎··ClassSerializerInterceptor,⏎··HttpStatus,⏎··UnprocessableEntityException,⏎··ValidationPipe,⏎}·from·"@nestjs/common"` with `·ClassSerializerInterceptor,·HttpStatus,·UnprocessableEntityException,·ValidationPipe·}·from·'@nestjs/common'` (prettier/prettier)
|
src/main.ts#L12
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L13
Replace `"./setup-swagger"` with `'./setup-swagger'` (prettier/prettier)
|
src/main.ts#L13
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L14
Replace `"compression"` with `'compression'` (prettier/prettier)
|
src/main.ts#L14
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L15
Replace `"morgan"` with `'morgan'` (prettier/prettier)
|
src/main.ts#L15
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L16
Replace `"./shared/services/api-config.service"` with `'./shared/services/api-config.service'` (prettier/prettier)
|
src/main.ts#L16
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L20
Replace `⏎····AppModule,⏎····new·ExpressAdapter(),⏎····{·cors:·true·}⏎··` with `AppModule,·new·ExpressAdapter(),·{·cors:·true·}` (prettier/prettier)
|
src/main.ts#L26
Replace `"combined"` with `'combined'` (prettier/prettier)
|
src/main.ts#L26
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L28
Replace `"trust·proxy"` with `'trust·proxy'` (prettier/prettier)
|
src/main.ts#L28
Strings must use singlequote (@typescript-eslint/quotes)
|
src/main.ts#L41
Insert `,` (prettier/prettier)
|
src/main.ts#L57
Expected blank line before this statement (padding-line-between-statements)
|
src/main.ts#L57
Prefer top-level await over an async function `bootstrap` call (unicorn/prefer-top-level-await)
|
src/modules/auth/auth.controller.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/no-unnecessary-condition)
|
src/modules/auth/auth.controller.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/prefer-nullish-coalescing)
|
src/modules/auth/auth.controller.ts#L1
Filename 'auth.controller' must match the exported name 'AuthController' (canonical/filename-match-exported)
|
src/modules/auth/auth.controller.ts#L1
Run autofix to sort these imports! (simple-import-sort/imports)
|
src/modules/auth/auth.controller.ts#L2
'ApiBearerAuth' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/modules/auth/auth.controller.ts#L19
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/modules/auth/auth.controller.ts#L20
Unsafe argument of type `any` assigned to a parameter of type `IAuthLoginInput` (@typescript-eslint/no-unsafe-argument)
|
src/modules/auth/auth.controller.ts#L20
Unsafe member access .user on an `any` value (@typescript-eslint/no-unsafe-member-access)
|
src/modules/auth/auth.module.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/no-unnecessary-condition)
|
src/modules/auth/auth.module.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/prefer-nullish-coalescing)
|
src/modules/auth/auth.module.ts#L1
Filename 'auth.module' must match the exported name 'AuthModule' (canonical/filename-match-exported)
|
src/modules/auth/auth.module.ts#L1
Run autofix to sort these imports! (simple-import-sort/imports)
|
src/modules/auth/auth.service.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/no-unnecessary-condition)
|
src/modules/auth/auth.service.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/prefer-nullish-coalescing)
|
src/modules/auth/auth.service.ts#L1
Filename 'auth.service' must match the exported name 'AuthService' (canonical/filename-match-exported)
|
src/modules/auth/auth.service.ts#L1
Run autofix to sort these imports! (simple-import-sort/imports)
|
src/modules/auth/auth.service.ts#L2
'NotFoundException' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/modules/auth/auth.service.ts#L5
All imports in the declaration are only used as types. Use `import type` (@typescript-eslint/consistent-type-imports)
|
src/modules/auth/auth.service.ts#L7
All imports in the declaration are only used as types. Use `import type` (@typescript-eslint/consistent-type-imports)
|