Showing 2,015 of 18,390 total issues
Avoid too many return
statements within this method. Open
Open
return "custom_buttons_center_tb" # group node is selected
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "user_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "saved_report_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "iso_image_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "#{@display}_center"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "tasks_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return node == "root" || node.split('-').length == 2 ? "miq_widgets_center_tb" : "miq_widget_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "pxe_image_types_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "iso_datastores_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return @lastaction == 'show_list' ? "#{@layout.pluralize}_center_tb" : "#{@layout}_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return true if id == "compare_all"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "zone_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "miq_group_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "users_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return @lastaction == 'generic_object' ? nil : 'generic_objects_center'
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "configuration_profile_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return true if id.starts_with?("driftmode_") && id.ends_with?(settings(:views, :drift_mode).to_s)
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "user_role_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "miq_report_center_tb"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "pxe_image_type_center_tb"
- Create a ticketCreate a ticket