cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/cf/add-organization/create-organization-step/create-organization-step.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  ngOnInit() {
    this.addOrg = new FormGroup({
      orgName: new FormControl('', [Validators.required as any, this.nameTakenValidator()]),
      quotaDefinition: new FormControl(),
    });

    There are no issues that match your filters.

    Category
    Status