codeforbtv/cvoeo-app

View on GitHub
components/app-state/reducers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function reducers has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function reducers(state = initialState.loading, action) {
    switch (action.type) {
        case actions.INITIALIZATION_COMPLETED:
            return {
                ...state,
Severity: Minor
Found in components/app-state/reducers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status