ManageIQ/manageiq

View on GitHub
lib/task_helpers/imports/roles.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Use filter_map instead.
Open

          role['miq_product_feature_ids'] = available_features.collect do |feature|
            feature.id if role['feature_identifiers']&.include?(feature.identifier)
          end.compact
Severity: Minor
Found in lib/task_helpers/imports/roles.rb by rubocop

There are no issues that match your filters.

Category
Status