spmcbride1201/keypunch-electron

View on GitHub
app/reducers/results.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (state = initialResultsState, action) {

  const newState = Object.assign({}, state);

  switch (action.type) {
Severity: Minor
Found in app/reducers/results.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status