ManageIQ/manageiq-providers-redfish

View on GitHub
app/models/manageiq/providers/redfish/inventory/parser/physical_infra_manager.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Use :ContainedBy instead of "ContainedBy".
Open

      while chassis.last.Links.respond_to?("ContainedBy")

Use filter_map instead.
Open

      %w(HouseNumber Street City Country).collect do |field|
        location.dig("PostalAddress", field)
      end.compact.join(", ")

There are no issues that match your filters.

Category
Status