SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

      else if (/\d/.test(ch) && stream.match(/^\d*#/)) return null;

Avoid too many return statements within this function.
Open

      return "variable";

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/sieve/sieve.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

        else if (value == "type") return cont(typename, expect("operator"), typeexpr, expect(";"));

Avoid too many return statements within this function.
Open

    if (type == "{") return contCommasep(objprop, "}", null, maybeop);

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

      else if (lexical.align) return lexical.column + (closing ? 0 : 1);

Avoid too many return statements within this function.
Open

    if (type == "variable") return cont(pushlex("stat"), maybelabel);
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

    if (type == "typedef") return cont(typedef);
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

    if (type == "(") return cont(pushlex(")"), maybeexpression, expect(")"), poplex, maybeoperator);
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 lexical.indented + (/^(?:case|default)\b/.test(textAfter) ? indentUnit : 2 * indentUnit);
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 "comment";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/groovy/groovy.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    if (ch == "@") { stream.eatWhile(/[\w\$_\.]/); return "meta"; }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/groovy/groovy.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/xml/xml.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      if (config.alignCDATA && /<!\[CDATA\[/.test(textAfter)) return 0;
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/xml/xml.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/troff/troff.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 "variable-2";
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,"operator");
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/erlang/erlang.js - About 30 mins to fix
Severity
Category
Status
Source
Language