ManageIQ/manageiq

View on GitHub
lib/services/resource_sharer.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Use all?(Tenant) instead of block.
Open

    unless tenants.respond_to?(:all?) && tenants.all? { |t| t.kind_of?(Tenant) }
Severity: Minor
Found in lib/services/resource_sharer.rb by rubocop

There are no issues that match your filters.

Category
Status