Showing 650 of 1,370 total issues
Avoid too many return
statements within this function. Open
Open
return type;
Avoid too many return
statements within this function. Open
Open
return flatTree;
Avoid too many return
statements within this function. Open
Open
return paginationResetSortAndFilter(state, action as ResetPaginationSortFilter);
Avoid too many return
statements within this function. Open
Open
return setPaginationIsList(state, action as SetPaginationIsList);
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return {};
Avoid too many return
statements within this function. Open
Open
return {
...state,
...hydrateDashboardStateAction.dashboardState
};
Avoid too many return
statements within this function. Open
Open
return this.revision > other.revision;
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return {
...state,
themeKey: setThemeAction.theme ? setThemeAction.theme.key : null
};
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return this.prerelease > other.prerelease;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return value;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return `${duration.asSeconds().toPrecision(2)} msec`;