Showing 278 of 361 total issues
Avoid too many return
statements within this function. Open
Open
return 'def';
Avoid too many return
statements within this function. Open
Open
return state.tokenize(stream, state);
Avoid too many return
statements within this function. Open
Open
if (stream.match(/\s*-\s+/)) { return 'meta'; }
Avoid too many return
statements within this function. Open
Open
return 'meta';
Avoid too many return
statements within this function. Open
Open
return "atom";
Avoid too many return
statements within this function. Open
Open
return "variable-2";
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return ret(null, ch);
Avoid too many return
statements within this function. Open
Open
if (!delim) return "operator";
Avoid too many return
statements within this function. Open
Open
return "variable-3";
Avoid too many return
statements within this function. Open
Open
return ret("comment", "comment");
Avoid too many return
statements within this function. Open
Open
return "comment";
Avoid too many return
statements within this function. Open
Open
return chain(readHereDoc(m[1]), stream, state);
Avoid too many return
statements within this function. Open
Open
return ret(null, "select-op");
Avoid too many return
statements within this function. Open
Open
if (stream.match(keywordRegex)) { return 'keyword'; }
Avoid too many return
statements within this function. Open
Open
return "number";
Avoid too many return
statements within this function. Open
Open
return style;
Avoid too many return
statements within this function. Open
Open
return ret("number", "unit");