Sha256: 0c00ed4904d24dd2e29637a7a14ef88e216cec51692a8a40421e59341eed2a7c
Contents?: true
Size: 688 Bytes
Versions: 1
Compression:
Stored size: 688 Bytes
Contents
<html> <head> <title>Roodi Results</title> <style> <%= inline_css("default.css") %> </style> </head> <body> <h1>Roodi Results</h1> <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> <% @matches.each_with_index do |match, count| %> <tr class='<%= cycle("light", "dark", count) %>'> <td><%= link_to_filename(match.first.split(':').first) if match.first %></td> <td><%= match[1] %></td> </tr> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
indirect-metric_fu-0.9.0 | lib/templates/roodi.html.erb |