teamdigitale/italia-app

View on GitHub
ts/store/reducers/cie.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function cieReducer has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function cieReducer(
  state: CieState = INITIAL_STATE,
  action: Action
): CieState {
  switch (action.type) {
Severity: Major
Found in ts/store/reducers/cie.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status