Showing 1,820 of 4,015 total issues
Avoid too many return
statements within this function. Open
Open
return imgBlogUrl;
Avoid too many return
statements within this function. Open
Open
return urlUtils.relativeToAbsolute(settingsCache.get('cover_image'));
Avoid too many return
statements within this function. Open
Open
return urlUtils.relativeToAbsolute(contextObject.feature_image);
Avoid too many return
statements within this function. Open
Open
return requestedImageUrl;
Avoid too many return
statements within this function. Open
Open
return urlUtils.relativeToAbsolute(contextObject.cover_image);
Avoid too many return
statements within this function. Open
Open
return sanitizeAmpUrl(urlUtils.urlFor(data, {}, absolute));
Avoid too many return
statements within this function. Open
Open
return `${numberWithCommas(rounding(memberCount, 1000))}+`;
Avoid too many return
statements within this function. Open
Open
return options.inverse(self, {data: data});
Avoid too many return
statements within this function. Open
Open
return redirectToOriginal();
Avoid too many return
statements within this function. Open
Open
return (
<p>
{t('Could not update email! Invalid link.')}
</p>
);
Avoid too many return
statements within this function. Open
Open
return this.unknownProvider(url);
Avoid too many return
statements within this function. Open
Open
return (
<p>
{t('Success! Check your email for magic link to sign-in.')}
</p>
);
Avoid too many return
statements within this function. Open
Open
return (
<p>
{t('Plan upgrade was cancelled.')}
</p>
);
Avoid too many return
statements within this function. Open
Open
return redirectToOriginal();
Avoid too many return
statements within this function. Open
Open
return (
<p>
{t('Thank you for your support!')}
</p>
);
Avoid too many return
statements within this function. Open
Open
return res.redirect(302, redirectUrl.href);
Avoid too many return
statements within this function. Open
Open
return oembed;
Avoid too many return
statements within this function. Open
Open
return this.knownProvider(providerUrl);
Avoid too many return
statements within this function. Open
Open
return data;
Avoid too many return
statements within this function. Open
Open
return (
<img style={{width: '26px', height: '26px'}} src={buttonIcon} alt="" />
);