Showing 1,820 of 4,015 total issues
Avoid too many return
statements within this function. Open
Open
return JSON.parse(cacheEntry.value) || null;
Avoid too many return
statements within this function. Open
Open
return cacheEntry.value || null;
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 noOptimisation;
Avoid too many return
statements within this function. Open
Open
return `${humanNumber(rounding(memberCount, 10000)).toLowerCase()}+`;
Avoid too many return
statements within this function. Open
Open
return amount / 100;
Avoid too many return
statements within this function. Open
Open
return cacheEntry.value || null;
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 urlUtils.relativeToAbsolute(settingsCache.get('cover_image'));
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.og_image);
Avoid too many return
statements within this function. Open
Open
return noOptimisation;
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 {
options: {
...options,
limit,
filter
Avoid too many return
statements within this function. Open
Open
return urlUtils.relativeToAbsolute(contextObject.twitter_image);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return new SafeString(result);
Avoid too many return
statements within this function. Open
Open
return maybeEnsureRelativePath(
getImageUrl(
applyImageSizes(requestedImageUrl)
)
);
Avoid too many return
statements within this function. Open
Open
return `${humanNumber(rounding(memberCount, 100000)).toLowerCase()}+`;