Reek Results
back to menu
Reek
detects common code smells in ruby code.
File Path
Method
Description
Type
<% count = 0 %> <% @reek[:matches].each do |match| %> <% match[:code_smells].each do |smell| %>
<%= match[:file_path] %>
<%= smell[:method] %>
<%= smell[:message] %>
<%= smell[:type] %>
<% count += 1 %> <% end %> <% end %>
Generated on <%= Time.now.localtime %>