Showing 380 of 1,390 total issues
Avoid too many return
statements within this function. Open
Open
return;
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 false;
Avoid too many return
statements within this function. Open
Open
return;
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 '';
Avoid too many return
statements within this function. Open
Open
return 'Please enter both the outcome date and the outcome';
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return (
<select ref={reference} defaultValue={origVal}>
<option value='unselected'></option>
{choices.map(el => <option key={el} value={el}>{el}</option>)}
</select>
Avoid too many return
statements within this function. Open
Open
return json.data;
Avoid too many return
statements within this function. Open
Open
return (
<span title={lastSuccess}><strong className={style.statusIcon}><Icon symbol={'cloud'}></Icon></strong> Synced with {(new URL(syncInfo.config.host)).host}</span>
);
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return 4.5;
Avoid too many return
statements within this function. Open
Open
return 2.5;
Avoid too many return
statements within this function. Open
Open
return 4;
Avoid too many return
statements within this function. Open
Open
return 3.5;
Avoid too many return
statements within this function. Open
Open
return 2;