SiLeBAT/FSK-Lab

View on GitHub

Showing 14,752 of 14,752 total issues

Avoid too many return statements within this function.
Open

            return date;

Avoid too many return statements within this function.
Open

    return false

Avoid too many return statements within this function.
Open

      return true;

Avoid too many return statements within this function.
Open

    return deepEq(a, b, aStack, bStack);

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 _.values(obj);

Avoid too many return statements within this function.
Open

          return index;

Avoid too many return statements within this function.
Open

    return _.property(value);

Avoid too many return statements within this function.
Open

      return result;

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

          return cloneableTags[tag]
            ? initCloneByTag(value, tag, isDeep)
            : (object ? value : {});

Avoid too many return statements within this function.
Open

    return true;

Avoid too many return statements within this function.
Open

      return true;

Avoid too many return statements within this function.
Open

        return false;

Avoid too many return statements within this function.
Open

                      return UTCDate(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate());

Avoid too many return statements within this function.
Open

        return true;

Avoid too many return statements within this function.
Open

          return stackB[length];

Avoid too many return statements within this function.
Open

        if (!eq(a[length], b[length], aStack, bStack)) return false;

Avoid too many return statements within this function.
Open

      return result;

Avoid too many return statements within this function.
Open

                return 4;
Severity
Category
Status
Source
Language