interactive-apps/ngx-dhis2-validation-rule-filter

View on GitHub
projects/ngx-dhis2-validation-rule-filter/src/lib/store/reducers/validation-rule-groups.reducers.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export function reducer(state = initialState, action: VRGActionTypes): State {
    switch (action.type) {
        case ValidationRuleGroupActions.LOAD_VALIDATION_RULE_GROUPS: {
            return {
                ...state,

    There are no issues that match your filters.

    Category
    Status