cloudfoundry/stratos

View on GitHub
src/frontend/packages/core/src/shared/global-events.service.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function constructor has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  constructor(private store: Store<GeneralEntityAppState>) {
    const eventsAndPriority$ = combineLatest([
      this.getEventsAndPriorityType(),
      this.readEventsSubject.asObservable()
    ]).pipe(
Severity: Minor
Found in src/frontend/packages/core/src/shared/global-events.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status