SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

    if (stream.match(octal)) return "number"
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/swift/swift.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/swift/swift.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      if (atoms.hasOwnProperty(ident)) return "atom"
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/swift/swift.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/swift/swift.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/swift/swift.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      if (templateMatch.propertyIsEnumerable(cur)) return "atom templateMatch";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/ttcn/ttcn.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/ttcn/ttcn.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.js/js-lib/codemirror-5.49.2/mode/markdown/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.js/js-lib/codemirror-5.49.2/mode/markdown/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return type + tokenTypes.linkEmail;
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/markdown/markdown.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        if (stream.match(operators)) { return "operator"; }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/rpm/rpm.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/stex/stex.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return "error";
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/stex/stex.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/sas/sas.js - About 30 mins to fix

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

Avoid too many return statements within this function.
Open

        if (state.inlinePairs > 0 && stream.match(/^\s*-?[0-9\.\,]+\s?(?=(,|}))/)) { return 'number'; }
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/yaml/yaml.js - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return "comment";

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

      if (prev == "define") return "def"
Severity: Major
Found in de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/swift/swift.js - About 30 mins to fix
Severity
Category
Status
Source
Language