cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/applications/deploy-application/deploy-application-step3/deploy-application-step3.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function initDeployer has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private initDeployer() {
    this.deploySub = this.deployer.status$.pipe(
      filter(status => status.deploying),
    ).subscribe();

    There are no issues that match your filters.

    Category
    Status