SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

      return result;

Avoid too many return statements within this function.
Open

      return true;

Avoid too many return statements within this function.
Open

    return _.property(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 index;

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 (!eq(a[length], b[length], aStack, bStack)) return false;

Avoid too many return statements within this function.
Open

          return false;

Avoid too many return statements within this function.
Open

          return stackB[length];

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;

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

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

      if (aStack[length] === a) return bStack[length] === b;

Avoid too many return statements within this function.
Open

                      return UTCDate(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate());
Severity
Category
Status
Source
Language