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 == "operator" || type == "spread") return cont(noComma ? expressionNoComma : expression);

Avoid too many return statements within this function.
Open

      return cont(expression, maybetype, expect("]"), afterprop);

Avoid too many return statements within this function.
Open

      return pass(afterprop)

Avoid too many return statements within this function.
Open

      else if (type == "form") return lexical.indented + indentUnit;

Avoid too many return statements within this function.
Open

    return textwords.propertyIsEnumerable(stream.current()) ? "keyword" : null

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

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

    if (stream.match(identifiers)) { return 'variable'; }
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 style
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/jsx/jsx.js - About 30 mins to fix

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

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

          return errorIfNotEmpty(stream);

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

Avoid too many return statements within this function.
Open

      return 'operator'; }
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 'brace';

Avoid too many return statements within this function.
Open

        return 'brace';

Avoid too many return statements within this function.
Open

    if (stream.match(integers) || stream.match(floats)) return "number";
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

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