superdesk/superdesk-client-core

View on GitHub
scripts/core/data/index.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function reducer has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function reducer(state: IStoreState = initialState, action: IAction): IStoreState {
    switch (action.type) {
    /**
     * USER ACTIONS
     */
Severity: Major
Found in scripts/core/data/index.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status