Sha256: 94ecde73bc1b7c4a495e106bbe174e0fed94506e95c74389a34e34e52da2b0bb
Contents?: true
Size: 639 Bytes
Versions: 10
Compression:
Stored size: 639 Bytes
Contents
<html> <head> <title>Reek Results</title> <style> <%= inline_css("default.css") %> </style> </head> <body> <h1>Reek Results</h1> <p><a href="http://reek.rubyforge.org/">Reek</a> detects common code smells in ruby code.</p> <table> <tr> <th>File Path</th> <th>Code Smell</th> </tr> <% @matches.each_with_index do |match, count| %> <tr class='<%= cycle("light", "dark", count) %>'> <td><%= match.first %></td> <td> <% match[1..-1].each do |line| %> <%= line %><br> <% end %> </td> </tr> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p> </body> </html>
Version data entries
10 entries across 10 versions & 4 rubygems