SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

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;

Avoid too many return statements within this function.
Open

    if (arrA != arrB) return false;

Avoid too many return statements within this function.
Open

      if (!hasProp.call(b, keys[i])) return false;

Avoid too many return statements within this function.
Open

  return out;

Avoid too many return statements within this function.
Open

    return true;

Avoid too many return statements within this function.
Open

    if (regexpA && regexpB) return a.toString() == b.toString();

Avoid too many return statements within this function.
Open

            if (cycles) return JSON.stringify('__cycle__');

Avoid too many return statements within this function.
Open

    if (regexpA != regexpB) return false;

Avoid too many return statements within this function.
Open

    if (dateA && dateB) return a.getTime() == b.getTime();

Avoid too many return statements within this function.
Open

    if (dateA != dateB) return false;

Avoid too many return statements within this function.
Open

        return '{' + out + '}';

Avoid too many return statements within this function.
Open

  return a!==a && b!==b;

Avoid too many return statements within this function.
Open

    if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom'

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

        if (!(_.has(b, key) && eq(a[key], b[key], aStack, bStack))) return false;

Avoid too many return statements within this function.
Open

      return true;

Avoid too many return statements within this function.
Open

      return -1;
Severity
Category
Status
Source
Language