feat: 485 drag and drop #513
Annotations
10 errors and 3 warnings
Lint:
apps/api/src/questions/question.controller.ts#L1
'Body' is defined but never used
|
Lint:
apps/api/src/questions/question.controller.ts#L1
'Patch' is defined but never used
|
Lint:
apps/api/src/questions/question.controller.ts#L3
`src/common/guards/roles.guard` import should occur after import of `src/common`
|
Lint:
apps/api/src/questions/question.controller.ts#L5
There should be at least one empty line between import groups
|
Lint:
apps/api/src/questions/question.controller.ts#L5
`./question.service` import should occur after import of `src/user/schemas/userRoles`
|
Lint:
apps/api/src/questions/question.controller.ts#L6
There should be at least one empty line between import groups
|
Lint:
apps/api/src/questions/question.controller.ts#L6
`src/common/decorators/roles.decorator` import should occur after import of `src/common`
|
Lint:
apps/api/src/questions/question.controller.ts#L6
'Roles' is defined but never used
|
Lint:
apps/api/src/questions/question.controller.ts#L7
`nestjs-typebox` import should occur after import of `@sinclair/typebox`
|
Lint:
apps/api/src/questions/question.controller.ts#L7
'Validate' is defined but never used
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build app
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jest tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|