ManageIQ/miq_bot

View on GitHub
app/workers/concerns/code_analysis_mixin.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

      %w(offense_count target_file_count inspected_file_count).each do |m|

There are no issues that match your filters.

Category
Status