Sha256: 7bc87125877252d293f05659ad900d14a6b86817ee59a71e93e46ed956b11399
Contents?: true
Size: 720 Bytes
Versions: 6
Compression:
Stored size: 720 Bytes
Contents
<h3>Reek Results</h3> <p><a href="http://reek.rubyforge.org/">Reek</a> detects common code smells in ruby code.</p> <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
6 entries across 6 versions & 1 rubygems