cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/applications/application/application-tabs-base/tabs/gitscm-tab/gitscm-tab.component.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

  ngOnInit() {
    const coreInfo$: Observable<[EnvVarStratosProject, GitMeta]> = this.appService.applicationStratProject$.pipe(
      first(),
      map(stProject => [stProject, this.createBaseGitMeta(stProject)])
    );

    There are no issues that match your filters.

    Category
    Status