src/frontend/packages/cloud-foundry/src/features/cf/add-edit-space-step-base.ts
Function constructor
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
constructor(
protected store: Store<CFAppState>,
protected activatedRoute: ActivatedRoute,
protected activeRouteCfOrgSpace: ActiveRouteCfOrgSpace,
) {