Reek detects common code smells in ruby code.
File Path | Code Smell |
---|---|
<%= @filenames[count] ? link_to_filename(@filenames[count]) : match.first %> |
<% match[1..-1].each do |line| %>
<%= line %> <% end %> |
Generated on <%= Time.now.localtime %>