department-of-veterans-affairs/vets-website

View on GitHub
src/applications/income-limits/reducers/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function incomeLimits has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const incomeLimits = (state = initialState, action) => {
  switch (action.type) {
    case IL_UPDATE_DEPENDENTS:
      return {
        ...state,
Severity: Major
Found in src/applications/income-limits/reducers/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status