Showing 9,449 of 9,537 total issues
Avoid too many return
statements within this function. Open
Open
return target;
Avoid too many return
statements within this function. Open
Open
return noLink(props);
Avoid too many return
statements within this function. Open
Open
if (type.isUndefined(this.operators[op])) return value;
Avoid too many return
statements within this function. Open
Open
return res;
Avoid too many return
statements within this function. Open
Open
return res;
Avoid too many return
statements within this function. Open
Open
return res;
Avoid too many return
statements within this function. Open
Open
return options.default;
Avoid too many return
statements within this function. Open
Open
if (isDate(val)) return 'date';
Avoid too many return
statements within this function. Confirmed
Confirmed
return 0;
Avoid too many return
statements within this function. Open
Open
return type.slice(8, -1).toLowerCase().replace(/\s/g, '');
Avoid too many return
statements within this function. Open
Open
if (type === 'number') return 'number';
Avoid too many return
statements within this function. Open
Open
if (type === 'symbol') return 'symbol';
Avoid too many return
statements within this function. Open
Open
return 'generator';
Avoid too many return
statements within this function. Open
Open
if (isRegexp(val)) return 'regexp';
Avoid too many return
statements within this function. Open
Open
if (isArguments(val)) return 'arguments';
Avoid too many return
statements within this function. Open
Open
if (isError(val)) return 'error';
Avoid too many return
statements within this function. Open
Open
return isGeneratorFn(val) ? 'generatorfunction' : 'function';
Avoid too many return
statements within this function. Confirmed
Confirmed
return 1;
Avoid too many return
statements within this function. Open
Open
if (isArray(val)) return 'array';
Avoid too many return
statements within this function. Open
Open
if (isBuffer(val)) return 'buffer';