ManageIQ/manageiq

View on GitHub
lib/tasks/evm_automate.rake

Summary

Maintainability
Test Coverage

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

            raise "#{name} must be true or false" unless %w(true false).include?(ENV[name])
Severity: Minor
Found in lib/tasks/evm_automate.rake by rubocop

There are no issues that match your filters.

Category
Status