Showing 6,856 of 14,752 total issues
Avoid too many return
statements within this function. Open
Open
if (type == "import") return cont(importdef, expect(";"));
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "ident";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "number";
- 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 "tag bracket";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
else return state.baseIndent || 0;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return 'quote';
- 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 "number";
- 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 "null";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return OUTCLASS;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return truthy(t) ? t.column+unit : 0;
- 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 ERRORCLASS;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (stream.match(wordRegexp(['nan','NaN','inf','Inf']))) { return 'number'; };
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return 'number' + stt.state;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "comment";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return 'special';
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "comment";
- Create a ticketCreate a ticket