Sha256: 4584678509f7aae0cea6a7604fe69ea641c7520be24cd31bb62917eeef491fef

Contents?: true

Size: 619 Bytes

Versions: 2

Compression:

Stored size: 619 Bytes

Contents

<h3>Roodi Results</h3>

<p><a href="http://roodi.rubyforge.org/">Roodi</a> parses your Ruby code and warns you about design issues you have based on the checks that is has configured.</p>

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

<table>
  <tr>
    <th>File Path</th>
    <th>Warning</th>
  </tr>
  <% count = 0 %>
  <% @roodi[:problems].each do |problem| %>
    <tr class='<%= cycle("light", "dark", count) %>'>
      <td><%= problem[:file] %>:<%= problem[:line] %></td>
      <td><%= problem[:problem] %></td>
    </tr>
    <% count += 1 %>
  <% end %>
</table>
<p>Generated on <%= Time.now.localtime %></p>	

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
edouard-metric_fu-1.0.4.3 lib/templates/awesome/roodi.html.erb
edouard-metric_fu-1.0.4.4 lib/templates/awesome/roodi.html.erb