SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

    if (type == "async") return cont(statement)

Avoid too many return statements within this function.
Open

    if (type == ";") return;

Avoid too many return statements within this function.
Open

    if (type == "<") return cont(commasep(typeexpr, ">"), typeexpr)

Avoid too many return statements within this function.
Open

    if (type == ";") return cont();
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/haxe/haxe.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return pass(pushlex("stat"), expression, expect(";"), poplex);
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/haxe/haxe.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

          return rval(state,stream,"function");
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/erlang/erlang.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

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

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

          return "comment";
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

      return cont(pushlex("form", type == "class" ? type : value), className, poplex)

Avoid too many return statements within this function.
Open

    if (type == "switch") return cont(pushlex("form"), parenExpr, expect("{"), pushlex("}", "switch"), pushblockcontext,
                                      block, poplex, poplex, popcontext);

Avoid too many return statements within this function.
Open

    if (type == "default") return cont(expect(":"));

Avoid too many return statements within this function.
Open

      return cont(expr);

Avoid too many return statements within this function.
Open

    if (type == "{") return cont(pushlex("}"), commasep(typeprop, "}", ",;"), poplex, afterType)

Avoid too many return statements within this function.
Open

        return lexical.indented + (/^(?:case|default)\b/.test(textAfter) ? indentUnit : 2 * indentUnit);

Avoid too many return statements within this function.
Open

      return "negative server-error";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/http/http.js - About 30 mins to fix
Severity
Category
Status
Source
Language