cloudfoundry/stratos

View on GitHub
src/frontend/packages/core/src/features/endpoints/edit-endpoint/edit-endpoint-step/edit-endpoint-step.component.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

  constructor(
    activatedRoute: ActivatedRoute,
  ) {
    this.editEndpoint = new FormGroup({
      name: new FormControl('', [Validators.required as any]),

    There are no issues that match your filters.

    Category
    Status