feat: Validate dataset properties in jobs #5083
Annotations
10 errors and 4 warnings
run eslint:
src/config/job-config/actions/corejobactioncreators.module.ts#L10
Replace `·ValidateCreateJobActionCreator,·ValidateJobActionCreator·` with `⏎··ValidateCreateJobActionCreator,⏎··ValidateJobActionCreator,⏎`
|
|
run eslint:
src/config/job-config/actions/validateaction/validateaction.interface.ts#L24
Replace `opts.actionType·===·actionType·&&·(opts.request·===·undefined·||·typeof·opts.request·===·"object"` with `(⏎······opts.actionType·===·actionType·&&⏎······(opts.request·===·undefined·||·typeof·opts.request·===·"object")⏎····`
|
run eslint:
src/config/job-config/actions/validateaction/validateaction.interface.ts#L37
Replace `opts.actionType·===·actionType·&&·(opts.request·===·undefined·||·typeof·opts.request·===·"object")·&&·(opts.datasets·===·undefined·||·typeof·opts.datasets·===·"object"` with `(⏎······opts.actionType·===·actionType·&&⏎······(opts.request·===·undefined·||·typeof·opts.request·===·"object")·&&⏎······(opts.datasets·===·undefined·||·typeof·opts.datasets·===·"object")⏎····`
|
run eslint:
src/config/job-config/actions/validateaction/validateaction.module.ts#L2
Replace `·ValidateCreateJobActionCreator,·ValidateJobActionCreator·` with `⏎··ValidateCreateJobActionCreator,⏎··ValidateJobActionCreator,⏎`
|
run eslint:
src/config/job-config/actions/validateaction/validateaction.service.ts#L25
Replace `·implements·JobActionCreator<CreateJobDto>·` with `⏎··implements·JobActionCreator<CreateJobDto>⏎`
|
run eslint:
src/config/job-config/actions/validateaction/validateaction.spec.ts#L3
Replace `·ValidateCreateJobActionOptions,·ValidateJobActionOptions·` with `⏎··ValidateCreateJobActionOptions,⏎··ValidateJobActionOptions,⏎`
|
|
run eslint:
src/config/job-config/actions/validateaction/validateaction.spec.ts#L251
Replace `ValidateCreateJobActionCreator` with `⏎········ValidateCreateJobActionCreator,⏎······`
|
run eslint:
src/config/job-config/actions/validateaction/validateaction.ts#L1
Replace `·HttpException,·HttpStatus,·Logger,·NotFoundException·` with `⏎··HttpException,⏎··HttpStatus,⏎··Logger,⏎··NotFoundException,⏎`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run eslint:
src/config/job-config/actions/validateaction/validateaction.ts#L1
'NotFoundException' is defined but never used
|
run eslint:
src/jobs/jobs.controller.ts#L58
'JobType' is defined but never used
|
run eslint:
src/jobs/jobs.controller.ts#L58
'DatasetState' is defined but never used
|
Loading