Showing 1,820 of 4,015 total issues
Avoid too many return
statements within this function. Open
Open
return amountWithDiscount * 4;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return value;
Avoid too many return
statements within this function. Open
Open
return Math.floor(amountWithDiscount / 12);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return await this._Product.findOne({id: data.id}, options);
Avoid too many return
statements within this function. Open
Open
return amountWithDiscount * 30;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return 0;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return getMemberIdentityData(email);
Avoid too many return
statements within this function. Open
Open
return res.end('Bad Request.');
Avoid too many return
statements within this function. Open
Open
return next(new errors.InternalServerError({err: err}));
Avoid too many return
statements within this function. Open
Open
return await stripeProduct.related('product').fetch(options);
Avoid too many return
statements within this function. Open
Open
return sequence(ops);
Avoid too many return
statements within this function. Open
Open
return await this._Product.findOne({slug: data.slug}, options);
Avoid too many return
statements within this function. Open
Open
return Promise.resolve();
Avoid too many return
statements within this function. Open
Open
return Promise.reject(new errors.NoPermissionError({
message: tpl(messages.notEnoughPermission)
}));
Avoid too many return
statements within this function. Open
Open
return Promise.resolve();
Avoid too many return
statements within this function. Open
Open
return Promise.reject(new errors.NoPermissionError({
message: tpl(messages.notEnoughPermission)
}));