-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.html
2 lines (2 loc) · 2.4 KB
/
report.html
1
2
<!DOCTYPE html><html><head><title>OCLint Report</title><style type='text/css'> .priority1, .priority2, .priority3, .cmplr-error, .cmplr-warning, .checker-bug { font-weight: bold; text-align: center; } .priority1, .priority2, .priority3 { color: #BF0A30; } .priority1 { background-color: #FFC200; } .priority2 { background-color: #FFD3A6; } .priority3 { background-color: #FFEEB5; } .cmplr-error, .cmplr-warning { background-color: #BF0A30; } .cmplr-error { color: #FFC200; } .cmplr-warning { color: #FFD3A6; } .checker-bug { background-color: #002868; color: white; } table { border: 2px solid gray; border-collapse: collapse; -moz-box-shadow: 3px 3px 4px #AAA; -webkit-box-shadow: 3px 3px 4px #AAA; box-shadow: 3px 3px 4px #AAA; } td, th { border: 1px solid #D3D3D3; padding: 4px 20px 4px 20px; } th { text-shadow: 2px 2px 2px white; border-bottom: 1px solid gray; background-color: #E9F4FF; }</style></head><body><h1>OCLint Report</h1><hr /><h2>Summary</h2><table><thead><tr><th>Total Files</th><th>Files with Violations</th><th>Priority 1</th><th>Priority 2</th><th>Priority 3</th><th>Compiler Errors</th><th>Compiler Warnings</th><th>Clang Static Analyzer</th></tr></thead><tbody><tr><td>12</td><td>0</td><td class='priority1'>0</td><td class='priority2'>0</td><td class='priority3'>0</td><td class='cmplr-error'>0</td><td class='cmplr-warning'>0</td><td class='checker-bug'>0</td></tr></tbody></table><hr /><table><thead><tr><th>File</th><th>Location</th><th>Rule Name</th><th>Priority</th><th>Message</th></tr></thead><tbody></tbody></table><hr /><p>Mon Dec 2 11:47:32 2013
| Generated with <a href='http://oclint.org'>OCLint v0.8dev</a>.</p></body></html>