Showing 2,136 of 2,138 total issues
Avoid too many return
statements within this function. Open
Open
return new Color(parseInt(result[1]+result[1],16), parseInt(result[2]+result[2],16), parseInt(result[3]+result[3],16));
Avoid too many return
statements within this function. Open
Open
return new Color(255, 255, 255, 0);
Avoid too many return
statements within this function. Open
Open
return new Color(parseInt(result[1],16), parseInt(result[2],16), parseInt(result[3],16));
Avoid too many return
statements within this function. Open
Open
return new Color(255, 255, 255, 0);
Avoid too many return
statements within this function. Open
Open
return ((result = Color.lookupColors[name])) ? new Color(result[0], result[1], result[2]) : false;
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 document.documentMode >= 8;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return error("You must be a teacher of the class to register and add students")
Avoid too many return
statements within this method. Open
Open
return [current_user, nil]
Avoid too many return
statements within this method. Open
Open
return error("Unable to add student to class")
Avoid too many return
statements within this method. Open
Open
return
Avoid too many return
statements within this method. Open
Open
return error("Unable to save newly created user")
Avoid too many return
statements within this method. Open
Open
return error("Unable to create student")
Avoid too many return
statements within this method. Open
Open
return error("TeacherClazz not found") if !teacher_clazz
Avoid too many return
statements within this method. Open
Open
return
Avoid too many return
statements within this method. Open
Open
return error('Unable to delete the bookmark')
Avoid too many return
statements within this method. Open
Open
return error('You are not authorized to update the bookmark')
Avoid too many return
statements within this method. Open
Open
return error(user.errors.full_messages.uniq.join(". ").gsub("..", "."))