Showing 5,781 of 10,536 total issues
Avoid too many return
statements within this function. Open
Open
return acc;
Avoid too many return
statements within this function. Open
Open
return Param.equals(schema, Param.values(schema, params), this.params);
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return acc + encodeURIComponent(encoded);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return handleError(Rejection.normalize(err));
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return o1.toString() === o2.toString();
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return true; // meh
Avoid too many return
statements within this function. Open
Open
return 63;
Avoid too many return
statements within this function. Open
Open
if (cp === 0x0386) return true;
Avoid too many return
statements within this function. Open
Open
if (0x09F0 <= cp && cp <= 0x09F1) return true;
Avoid too many return
statements within this function. Open
Open
if (0x0AE0 <= cp && cp <= 0x0AE1) return true;
Avoid too many return
statements within this function. Open
Open
if (0x0B13 <= cp && cp <= 0x0B28) return true;
Avoid too many return
statements within this function. Open
Open
if (0x0B2A <= cp && cp <= 0x0B30) return true;
Avoid too many return
statements within this function. Open
Open
if (0x0B85 <= cp && cp <= 0x0B8A) return true;
Avoid too many return
statements within this function. Open
Open
if (0x0C12 <= cp && cp <= 0x0C28) return true;
Avoid too many return
statements within this function. Open
Open
if (0x0C58 <= cp && cp <= 0x0C5A) return true;
Avoid too many return
statements within this function. Open
Open
if (0x0CAA <= cp && cp <= 0x0CB3) return true;