Sha256: 9b578cd23bce97f8c23d089f3a7915aac6412baa089acddf34e6a56955c0c84c
Contents?: true
Size: 697 Bytes
Versions: 6
Compression:
Stored size: 697 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><%= @filenames[count] ? link_to_filename(@filenames[count]) : 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
6 entries across 6 versions & 1 rubygems