philips-software/cogito

View on GitHub
workspaces/demo-app/src/user-data/reducer.js

Summary

Maintainability
A
1 hr
Test Coverage
A
90%

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

const reducer = (state = initialState, action) => {
  switch (action.type) {
    case 'SET_USER_ACCOUNT':
      return {
        ...state,
Severity: Minor
Found in workspaces/demo-app/src/user-data/reducer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status