Sha256: 3262ae77017d2b56961eb92ba7cf008f8015a43e2b477e1a4597fc05996b8f72
Contents?: true
Size: 500 Bytes
Versions: 13
Compression:
Stored size: 500 Bytes
Contents
<h3>Source Control Churn Results</h3> <p>Files that change a lot in your project may be bad a sign. This task uses your source control log to identify those files. </p> <table> <tr> <th>File Path</th> <th>Times Changed</th> </tr> <% count = 0 %> <% @churn[:changes].each do |change| %> <tr> <td><%= change[:file_path] %></td> <td><%= change[:times_changed] %></td> </tr> <% count += 1 %> <% end %> </table> <p>Generated on <%= Time.now.localtime %></p>
Version data entries
13 entries across 13 versions & 1 rubygems