SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

          return getType(state);
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return getType(state);
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return tokenTypes.hr;
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return getType(state);
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return type ? type + " " + formattingEscape : formattingEscape;
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return "operator variable-2";
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/r.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      if (ch == "$") return "operator dollar";
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/r.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    else if (0x2000 <= code && code <= 0x200b) { return "w" }
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

  if (handleCharBinding(cm, e, ch)) { return }
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      { return badPos(Pos(found.line, found.ch + dist$1), bad) }
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return type;
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.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.fsklab.deprecatednodes/js-lib/codemirror/r.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return switchBlock(stream, state, htmlBlock);
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

            return getType(state);
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    else if (code == 0x200c) { return "b" }
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return new Pos(pos.line, pos.ch + dir)
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    if ( returned ) return returned.v;
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

  return anchor.ch == ch && anchor.sticky == sticky ? range : new Range(new Pos(anchor.line, ch, sticky), head)
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/codemirror.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return switchInline(stream, state, state.inline);
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return getType(state)
Severity: Major
Found in de.bund.bfr.knime.fsklab.deprecatednodes/js-lib/codemirror/markdown.js - About 30 mins to fix
Severity
Category
Status
Source
Language