Sha256: 6cd56f8f7691d3e6973e3d3c36dfeea418293b50114f5ee9a1c5477f263b85ca
Contents?: true
Size: 614 Bytes
Versions: 46
Compression:
Stored size: 614 Bytes
Contents
<div onClick="toggle('ignored_table');"> <h2><%= warnings.length %> Ignored Warnings (click to see them)</h2 ></div> <div> <table style="display:none" id="ignored_table"> <tr> <th>Confidence</th> <th>File</th> <th>Warning Type</th> <th>Message</th> <th>Note</th> </tr> <% warnings.each do |warning| %> <tr> <td><%= warning['Confidence']%></td> <td><%= warning['File']%></td> <td><%= warning['Warning Type']%></td> <td><%= warning['Message']%></td> <td><%= warning['Note']%></td> </tr> <% end %> </table> </div>
Version data entries
46 entries across 46 versions & 2 rubygems