Showing 9,144 of 9,144 total issues
Avoid too many return
statements within this function. Open
Open
return differenceInSeconds(current.ts, previous.ts) < groupingRange && !isMessageNewDay(current, previous);
Avoid too many return
statements within this function. Open
Open
return {
action: 'purchase',
label: 'See Pricing',
};
Avoid too many return
statements within this function. Open
Open
return {
action: 'purchase',
label: 'Buy',
};
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 {
action: 'purchase',
label: 'Subscribe',
};
Avoid too many return
statements within this function. Open
Open
return {
action: 'purchase',
label: 'Install',
icon: 'warning',
};
Avoid too many return
statements within this function. Open
Open
return {
start: moment().startOf('month').toDate(),
end: moment().endOf('day').toDate(),
};
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return { ...state, end: parseFromEndDateInput(action.newEnd) };
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return { ...state, start: parseFromStartDateInput(action.newStart) };
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 {
action: 'purchase',
label: 'Subscribe',
icon: 'warning',
};
Avoid too many return
statements within this function. Open
Open
return {
action: 'purchase',
label: 'Try now',
};
Avoid too many return
statements within this function. Open
Open
return {
label: 'Requested',
};
Avoid too many return
statements within this function. Open
Open
return -Infinity;
Avoid too many return
statements within this function. Open
Open
return media === 'audio' ? t('Audio_message') : t('Video_message');
Avoid too many return
statements within this function. Open
Open
return {
label: appRequestStats.totalSeen > 1 ? 'requests' : 'request',
};