Showing 6,856 of 14,752 total issues
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 "comment";
- 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 null;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return 'meta';
- 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
if (stream.match(keywordRegex)) { return 'keyword'; }
- 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 'hr';
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (types.hasOwnProperty(ident)) return "variable-2"
- 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 "braket";
- 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 "keyword";
- 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 "number";
- 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 /^(?:as|and|or|not|in)$/.test(match[0]) ? "keyword" : null;
- Create a ticketCreate a ticket