app/assets/javascripts/reducers/projectBoard.js
Function projectBoardReducer
has 60 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const projectBoardReducer = (state = initialState, action) => {
switch (action.type) {
case actionTypes.REQUEST_PROJECT_BOARD:
return {
...state,