Skip to content

HPC-8569 flow list resolver #347

HPC-8569 flow list resolver

HPC-8569 flow list resolver #347

Triggered via pull request December 11, 2023 08:43
Status Failure
Total duration 49s
Artifacts

ci.yml

on: pull_request
Code Checks
39s
Code Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Code Checks: src/domain-services/categories/category-service.ts#L2
All imports in the declaration are only used as types. Use `import type`
Code Checks: src/domain-services/flows/flow-search-service.ts#L20
All imports in the declaration are only used as types. Use `import type`
Code Checks: src/domain-services/flows/flow-search-service.ts#L356
Use `for…of` instead of `.forEach(…)`
Code Checks: src/domain-services/flows/strategy/flowID-search-strategy.ts#L2
All imports in the declaration are only used as types. Use `import type`
Code Checks: src/domain-services/flows/strategy/flowID-search-strategy.ts#L3
All imports in the declaration are only used as types. Use `import type`
Code Checks: src/domain-services/flows/strategy/flowID-search-strategy.ts#L4
'FlowEntity' is defined but never used. Allowed unused vars must match /^_/u
Code Checks: src/domain-services/flows/strategy/impl/flow-object-conditions-strategy-impl.ts#L6
All imports in the declaration are only used as types. Use `import type`
Code Checks: src/domain-services/flows/strategy/impl/flow-object-conditions-strategy-impl.ts#L11
All imports in the declaration are only used as types. Use `import type`
Code Checks: src/domain-services/flows/strategy/impl/flow-object-conditions-strategy-impl.ts#L91
Variable name `flowObjectsConditionsIsDefined` must have one of the following prefixes: is, should, has, can, did, does, will
Code Checks: src/domain-services/flows/strategy/impl/flow-object-conditions-strategy-impl.ts#L92
Variable name `flowCategoryConditionsIsDefined` must have one of the following prefixes: is, should, has, can, did, does, will