Showing 6,856 of 14,752 total issues
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 "link";
- 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 "error";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "bracket";
- 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 words[word].style;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return words[word].style;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return words[word].style;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (stream.peek() === '=' && /\w+/.test(cur)) return 'def';
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "atom";
- 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 "integer";
- 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 tokenUntil(stream, state, /\{\/literal}/);
- 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 "comment";
- 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-2";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "variable-3";
- Create a ticketCreate a ticket