ManageIQ/manageiq

View on GitHub
app/models/system_console.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
31%

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

      next unless %w[websocket_closed ticket_invalid].include?(console.proxy_status)
Severity: Minor
Found in app/models/system_console.rb by rubocop

There are no issues that match your filters.

Category
Status