cloudfoundry-incubator/stratos

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

  constructor(
    private perms: CurrentUserPermissionsService,
    private scmService: GitSCMService
  ) {
    const scms: { [deployId: string]: GitSCM; } = {

    Function types$ has 44 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          map(endpoints => {
            const newTypes: SourceType[] = [];
    
            // Add all the base types... also update git types if the user has provided credentials for it
            this.baseTypes.forEach(t => {

      TODO found
      Open

              // TODO: Move cf assets to CF package (#3769)

      There are no issues that match your filters.

      Category
      Status