Sha256: dd61b707cb1419b26ab657f9e6323535e9835e3a4ca755dfaa6cd90923f14c86

Contents?: true

Size: 835 Bytes

Versions: 3

Compression:

Stored size: 835 Bytes

Contents

<h3>Reek Results</h3>

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

<a href="reek.png?<%= Time.now.localtime %>">
  <img src="reek.png?<%= Time.now.localtime %>" width="400">
</a>

<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><%= 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
edouard-metric_fu-1.0.4.1 lib/templates/awesome/reek.html.erb
edouard-metric_fu-1.0.4.2 lib/templates/awesome/reek.html.erb
edouard-metric_fu-1.0.4 lib/templates/awesome/reek.html.erb