Codeminer42/cm42-central

View on GitHub
app/assets/javascripts/reducers/projectBoard.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function projectBoardReducer has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const projectBoardReducer = (state = initialState, action) => {
  switch (action.type) {
    case actionTypes.REQUEST_PROJECT_BOARD:
      return {
        ...state,
Severity: Major
Found in app/assets/javascripts/reducers/projectBoard.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status