Showing 6,856 of 14,752 total issues
Avoid too many return
statements within this function. Open
Open
return (known && state.kwAllowed) ? ret(known.type, known.style, word) :
ret("variable", "variable", word);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "{") return cont(pushlex("}"), commasep(objprop, "}"), poplex, maybeoperator);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
else if (lexical.align) return lexical.column + (closing ? 0 : 1);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "operator";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ok ? "atom" : "error";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (context) return context.indent + indentUnit;
- 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 "keyword";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "variable";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "def";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return rval(state,stream,"colon");
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return rval(state,stream,"separator");
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return currT.column+3;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return 'variable-2';
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return 'variable-2';
- 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
if (stream.match(identifiers)) { return 'variable'; } ;
- 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 "tag";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "function") return cont(functiondef);
- Create a ticketCreate a ticket