cloudfoundry/stratos

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

Summary

Maintainability
A
3 hrs
Test Coverage

Function ngOnInit has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngOnInit() {
    this.sourceType$ = this.store.select(selectSourceType);

    // Set previously supplied docker values
    this.subs.push(this.store.select(selectDeployAppState).pipe(

    Function constructor has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      constructor(
        private fb: FormBuilder,
        private store: Store<CFAppState>,
        private appEnvVarsService: ApplicationEnvVarsHelper,
        private activatedRoute: ActivatedRoute

      There are no issues that match your filters.

      Category
      Status