cloudfoundry/stratos

View on GitHub
src/frontend/packages/kubernetes/src/kubernetes/list-types/kubernetes-nodes/kubernetes-nodes-list-config.service.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

  constructor(
    store: Store<AppState>,
    kubeId: BaseKubeGuid,
  ) {
    const transformEntities: DataFunction<KubernetesNode>[] = [

    Function transformEntities has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          (entities: KubernetesNode[], paginationState: PaginationEntityState) => {
            if (!paginationState.clientPagination.filter.string) {
              return entities;
            }
    
    

      There are no issues that match your filters.

      Category
      Status