Sha256: 3d3aa2deb1f8f6f90630d5026de49f4faa6d0ecc2574cf1c0534415486579675
Contents?: true
Size: 825 Bytes
Versions: 3
Compression:
Stored size: 825 Bytes
Contents
<h3>Reek Results</h3> <p><a href="http://reek.rubyforge.org/">Reek</a> detects common code smells in ruby code.</p> <%= graph_image('reek.png', :alt => "Code smells graph") %> <table> <tr> <th>File Path</th> <th>Method</th> <th>Description</th> <th>Type</th> </tr> <% count = 0 %> <% @reek[:matches].each do |match| %> <% match[:code_smells].each do |smell| %> <tr class='<%= cycle("light", "dark", count) %>'> <td><%= link_to_filename(match[:file_path]) %></td> <td> <%= encode(smell[:method]) %> </td> <td> <%= encode(smell[:message]) %> </td> <td> <%= encode(smell[:type]) %> </td> </tr> <% count += 1 %> <% end %> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p>
Version data entries
3 entries across 3 versions & 1 rubygems