SiLeBAT/FSK-Lab

View on GitHub

Showing 14,752 of 14,752 total issues

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';

Avoid too many return statements within this function.
Open

      default: while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); return;

Avoid too many return statements within this function.
Open

  return getJsonPointer.call(this, p, baseId, root.schema, root);

Avoid too many return statements within this function.
Open

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