SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

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

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

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

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

      return false;

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

  return out;

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 (!hasProp.call(b, keys[i])) return false;

Avoid too many return statements within this function.
Open

    return true;

Avoid too many return statements within this function.
Open

        if (node === null) return 'null';

Avoid too many return statements within this function.
Open

        return '{' + out + '}';

Avoid too many return statements within this function.
Open

    if (dateA != dateB) return false;

Avoid too many return statements within this function.
Open

      if (length !== b.length) return false;

Avoid too many return statements within this function.
Open

            return default_value === undefined ? false : default_value;

Avoid too many return statements within this function.
Open

      if (_.keys(b).length !== length) return false;

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

            return date;

Avoid too many return statements within this function.
Open

          return cloneableTags[tag]
            ? initCloneByTag(value, tag, isDeep)
            : (object ? value : {});
Severity
Category
Status
Source
Language