cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/store/reducers/deploy-app.reducer.ts

Summary

Maintainability
B
4 hrs
Test Coverage

Function deployAppReducer has 110 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function deployAppReducer(state: DeployApplicationState = defaultState, action): DeployApplicationState {
  switch (action.type) {
    case SET_APP_SOURCE_DETAILS:
      return {
        ...state,

    There are no issues that match your filters.

    Category
    Status