Sha256: 8d05a0e590531f87862c564f2655a2dc2366dc695157c64615af8ecdd3729bb1
Contents?: true
Size: 568 Bytes
Versions: 6
Compression:
Stored size: 568 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> <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
6 entries across 6 versions & 1 rubygems