Sha256: 0a1df70098b3955e27babc61084d8541974b7cd79d9d2ea699bcd55324223d11
Contents?: true
Size: 760 Bytes
Versions: 2
Compression:
Stored size: 760 Bytes
Contents
<h3>Reek Results</h3> <p><a href="http://reek.rubyforge.org/">Reek</a> detects common code smells in ruby code.</p> <img src="reek.png?<%= Time.now %>"> <table> <tr> <th>File Path</th> <th>Method</th> <th>Description</th> <th>Type</th> </tr> <% count = 0 %> <% @reek[:matches].each do |match| %> <% match[:code_smells].each do |smell| %> <tr class='<%= cycle("light", "dark", count) %>'> <td><%= match[:file_path] %></td> <td> <%= smell[:method] %> </td> <td> <%= smell[:message] %> </td> <td> <%= smell[:type] %> </td> </tr> <% count += 1 %> <% end %> <% 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.2 | lib/templates/awesome/reek.html.erb |
edouard-metric_fu-1.0.4.5 | lib/templates/awesome/reek.html.erb |