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

Avoid too many return statements within this function.
Open

    if (type == "[") return cont(pushlex("]"), arrayLiteral, poplex, maybeop);

Avoid too many return statements within this function.
Open

      return tokenString(stream, state);
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

    if (type == ";") return;

Avoid too many return statements within this function.
Open

      return cont(expressionNoComma, afterprop);

Avoid too many return statements within this function.
Open

        return ret("comment", "comment");

Avoid too many return statements within this function.
Open

      return ret("comment", "comment")

Avoid too many return statements within this function.
Open

      return ret("operator", "operator", stream.current());

Avoid too many return statements within this function.
Open

      return context

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

    if (type == "for") return cont(pushlex("form"), forspec, statement, poplex);

Avoid too many return statements within this function.
Open

    if (value == "@") return cont(expression, statement)

Avoid too many return statements within this function.
Open

    return cont();

Avoid too many return statements within this function.
Open

    if (type == ".") return cont(property, me);

Avoid too many return statements within this function.
Open

      return ret("regexp", "string-2");
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 chain(stream, state, twTokenStrike);

Avoid too many return statements within this function.
Open

    return "variable";
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 chain(inBlock("header string", "=-", inText));
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/tiki/tiki.js - About 30 mins to fix
Severity
Category
Status
Source
Language