Showing 9,144 of 9,144 total issues
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return BSONType.BinData;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return (value: T): boolean => flatSome(value, (x) => equals(valueSelector, x as unknown as object));
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return discussion.add(room);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return replaced;
Avoid too many return
statements within this function. Open
Open
return BSONType.Date;
Avoid too many return
statements within this function. Open
Open
return getErrorMessage(defaultMessage);
Avoid too many return
statements within this function. Open
Open
return getUserAvatarURL(room.name || this.roomName(room) || '');
Avoid too many return
statements within this function. Open
Open
return normalizeSidebarMessage(lastMessage, t);
Avoid too many return
statements within this function. Open
Open
return API.v1.success(result);
Avoid too many return
statements within this function. Open
Open
return API.v1.internalError('private_app_install_disabled');
Avoid too many return
statements within this function. Open
Open
return API.v1.notFound(`No App found by the id of: ${this.urlParams.id}`);
Avoid too many return
statements within this function. Open
Open
return API.v1.internalError('private_app_install_disabled');
Avoid too many return
statements within this function. Open
Open
return message;
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({
status: 'app_user_error',
messages: [(aff.getAppUserError() as Record<string, any>).message],
payload: { username: (aff.getAppUserError() as Record<string, any>).username },
});