superdesk/superdesk-client-core

View on GitHub
scripts/extensions/sams/src/store/sets/reducers.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function setsReducer has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function setsReducer(
    state: ISetState = initialState,
    action: ISetActionTypes,
): ISetState {
    switch (action.type) {
Severity: Minor
Found in scripts/extensions/sams/src/store/sets/reducers.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status