soldotno/aurora-core

View on GitHub
src/reducers/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function rootReducer has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function rootReducer(state, action) {
  switch (action.type) {
    case REPLACE_STATE:
      return Object.assign({}, state, action.state);

Severity: Major
Found in src/reducers/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status