ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/toolbar_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Use filter_map instead.
Open

    calculate_toolbars.collect do |_div_id, toolbar_name|
      toolbar_name ? build_toolbar(toolbar_name) : nil
    end.compact
Severity: Minor
Found in app/helpers/toolbar_helper.rb by rubocop

There are no issues that match your filters.

Category
Status