Sha256: 8289cd9d16d858bdbd466b2d822273c33058a1fde8f3b1219d7c8a6189cd08ab

Contents?: true

Size: 639 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
indirect-metric_fu-0.9.0 lib/templates/reek.html.erb