Showing 2,441 of 6,157 total issues
Avoid too many return
statements within this function. Open
Open
if (deltaLeft < SIBLING_DROP_THRESHOLD) return DROP_LEFT;
Avoid too many return
statements within this function. Open
Open
return clientOffset.x < refMiddleX ? DROP_LEFT : DROP_RIGHT;
Avoid too many return
statements within this function. Open
Open
return -1;
Avoid too many return
statements within this function. Open
Open
return hasChildren ? DROP_RIGHT : DROP_LEFT;
Avoid too many return
statements within this function. Open
Open
return opt.toString();
Avoid too many return
statements within this function. Open
Open
return !!(this.sqlExpression && this.clause);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return opt;
Avoid too many return
statements within this function. Open
Open
return 'Unknown OS';
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
if (deltaTop < SIBLING_DROP_THRESHOLD) return DROP_TOP;
Avoid too many return
statements within this function. Open
Open
return clientOffset.y < refMiddleY ? DROP_TOP : DROP_BOTTOM;
Avoid too many return
statements within this function. Open
Open
return dashboardFilters;
Avoid too many return
statements within this function. Open
Open
return self.response_404()
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return "Failed to fetch KEYS file"
Avoid too many return
statements within this function. Open
Open
return self.response_422(message=str(ex))
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return true;