SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

      return 'number';
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/cmake/cmake.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return "number";

Avoid too many return statements within this function.
Open

        return chain(stream, state, twTokenEm);

Avoid too many return statements within this function.
Open

      return ret("=>", "operator");

Avoid too many return statements within this function.
Open

      return 'keyword';
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/oz/oz.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return ret("variable", "variable", word)

Avoid too many return statements within this function.
Open

    if (type == "keyword c" || type == "async") return cont(noComma ? expressionNoComma : expression);

Avoid too many return statements within this function.
Open

    if (stream.match(/^'([^']|(''))*'/)) { return 'string'; }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/idl/idl.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return "comment";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/vhdl/vhdl.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    if (type == "(") return contCommasep(expressionNoComma, ")", "call", me);

Avoid too many return statements within this function.
Open

    if (stream.eat(/^;/)) {stream.skipToEnd(); return ["space", "comment"];}
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/clojure/clojure.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return "comment";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/d/d.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

  if (stream.match(strings)) return "string";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/webidl/webidl.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

  if (stream.match(builtins)) return "builtin";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/webidl/webidl.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      if (stream.skipTo("|")) { stream.next(); return "symbol"; }

Avoid too many return statements within this function.
Open

      else if (ch == "\\") { stream.next(); readSym(stream); return "string-2" }

Avoid too many return statements within this function.
Open

          return "string";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/jinja2/jinja2.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    if (type == "debugger") return cont(expect(";"));

Avoid too many return statements within this function.
Open

      return cont(pushlex("form"), parenExpr, statement, poplex, maybeelse);

Avoid too many return statements within this function.
Open

    if (type == "export") return cont(pushlex("stat"), afterExport, poplex);
Severity
Category
Status
Source
Language