ManageIQ/manageiq

View on GitHub
tools/create_evm_snapshot.rb

Summary

Maintainability
A
0 mins
Test Coverage

Use filter_map instead.
Open

ids  = $2.split(',').collect do |id|
  id.strip!
  id.blank? ? nil : id.to_i
end.compact.uniq
Severity: Minor
Found in tools/create_evm_snapshot.rb by rubocop

There are no issues that match your filters.

Category
Status