SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

      if (ch == ";") return "semi";

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 badPos(Pos(found.line, found.ch + dist$1), bad) }

Avoid too many return statements within this function.
Open

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

Avoid too many return statements within this function.
Open

      return null;

Avoid too many return statements within this function.
Open

      return "arg-is";

Avoid too many return statements within this function.
Open

      return "operator";

Avoid too many return statements within this function.
Open

        return false;

Avoid too many return statements within this function.
Open

    if ( returned ) return returned.v;

Avoid too many return statements within this function.
Open

      if (builtins.propertyIsEnumerable(word)) return "builtin";

Avoid too many return statements within this function.
Open

        return "keyword";

Avoid too many return statements within this function.
Open

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

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 "variable-3";

Avoid too many return statements within this function.
Open

        return true;

Avoid too many return statements within this function.
Open

      return "operator variable-2";

Avoid too many return statements within this function.
Open

                return  true;

Avoid too many return statements within this function.
Open

      return "operator arrow";

Avoid too many return statements within this function.
Open

    if (arrA != arrB) return false;

Avoid too many return statements within this function.
Open

      if (!equal(a[key], b[key])) return false;
Severity
Category
Status
Source
Language