Sha256: 846508b8c016c99d83c3ab8c31453fd6944351c2a733499c6cc2a597a34e8ce0

Contents?: true

Size: 795 Bytes

Versions: 3

Compression:

Stored size: 795 Bytes

Contents

<h3>Reek Results</h3>

<p><a href="http://reek.rubyforge.org/">Reek</a> detects common code smells in ruby code.</p>

<img src="reek.png?<%= Time.now %>">

<table class="sortable">
  <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>
          <%= smell[:method] %>
        </td>
        <td>
          <%= smell[:message] %>
        </td>
        <td>
          <%= 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

Version Path
iain-metric_fu-0.1.0 lib/templates/awesome/reek.html.erb
iain-metric_fu-0.1.1 lib/templates/awesome/reek.html.erb
iain-metric_fu-0.1.2 lib/templates/awesome/reek.html.erb