Sha256: 677060d400dbace948cecb81f0cc2dcb0aed26951def24d02300952111e2661e
Contents?: true
Size: 678 Bytes
Versions: 193
Compression:
Stored size: 678 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"> <thead> <tr> <th>Confidence</th> <th>File</th> <th>Warning Type</th> <th>Message</th> <th>Note</th> </tr> </thead> <tbody> <% 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 %> </tbody> </table> </div>
Version data entries
193 entries across 179 versions & 5 rubygems