cloudfoundry/stratos

View on GitHub
src/frontend/packages/cf-autoscaler/src/features/edit-autoscaler-credential/edit-autoscaler-credential.component.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function createCredential has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  createCredential() {
    this.creating.next(true);
    let action: UpdateAppAutoscalerCredentialAction;
    if (this.editCredentialForm.controls.actype.value) {
      action = new UpdateAppAutoscalerCredentialAction(this.applicationService.appGuid, this.applicationService.cfGuid);

    There are no issues that match your filters.

    Category
    Status