teamdigitale/italia-app

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

const reducer = (
  state: IdentificationState = INITIAL_STATE,
  action: Action
): IdentificationState => {
  switch (action.type) {
Severity: Major
Found in ts/store/reducers/identification.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status