HPC-8569 flow list resolver #347
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
|