Showing 6,856 of 14,752 total issues
Avoid too many return
statements within this function. Open
Open
return [root1.reduce()];
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return this.each(d3_selection_classed(name, 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 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 null
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return type ? type + " " + formattingEscape : formattingEscape;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (handleCharBinding(cm, e, ch)) { return }
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return switchInline(stream, state, state.inline);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return getType(state);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "keyword";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return getType(state);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return getType(state);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "string";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return null;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
else if (0x2000 <= code && code <= 0x200b) { return "w" }
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return getType(state)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return switchBlock(stream, state, htmlBlock);
- Create a ticketCreate a ticket