Showing 6,856 of 14,752 total issues
Avoid too many return
statements within this function. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return result;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return _.property(value);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return index;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return deepEq(a, b, aStack, bStack);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (!eq(a[length], b[length], aStack, bStack)) return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return stackB[length];
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (!(_.has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return -1;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return false
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return result;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom'
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (aStack[length] === a) return bStack[length] === b;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return UTCDate(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate());
- Create a ticketCreate a ticket