SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

      return element.type.displayName || element.type.name || 'Unknown';

Avoid too many return statements within this function.
Open

      if (ch == "$") return "operator dollar";

Avoid too many return statements within this function.
Open

        return true;

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)

Avoid too many return statements within this function.
Open

      return "operator arrow";

Avoid too many return statements within this function.
Open

    if ( returned ) return returned.v;

Avoid too many return statements within this function.
Open

                return  true;

Avoid too many return statements within this function.
Open

    else if (code == 0x200c) { return "b" }

Avoid too many return statements within this function.
Open

  return null

Avoid too many return statements within this function.
Open

      return null;

Avoid too many return statements within this function.
Open

    else { return "L" }

Avoid too many return statements within this function.
Open

    return new Pos(pos.line, pos.ch + dir)

Avoid too many return statements within this function.
Open

      return "keyword";

Avoid too many return statements within this function.
Open

      return "variable";

Avoid too many return statements within this function.
Open

      return "operator variable-2";

Avoid too many return statements within this function.
Open

  if (handleCharBinding(cm, e, ch)) { return }

Avoid too many return statements within this function.
Open

      if (atoms.propertyIsEnumerable(word)) return "atom";

Avoid too many return statements within this function.
Open

      return "arg-is";

Avoid too many return statements within this function.
Open

      return false;

Avoid too many return statements within this function.
Open

        if (node === null) return 'null';
Severity
Category
Status
Source
Language