ManageIQ/manageiq

View on GitHub
tools/cleanup_duplicate_host_guest_devices.rb

Summary

Maintainability
A
0 mins
Test Coverage

Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
Open

    if %i[delete destroy].include?(delete_meth)

There are no issues that match your filters.

Category
Status