File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ def diffResults(reportpath):
121121mainpage .write ('<p>Results when running latest (git head) Cppcheck on Debian.</p>\n ' )
122122mainpage .write ('<p>For performance reasons the analysis is limited. Files larger than 1mb are skipped. ' +
123123 'If analysis of a file takes more than 10 minutes it may be stopped.</p>\n ' )
124- mainpage .write ('<p>Negatives: <a href="negatives.txt">' + str (count_negatives ) + '</a></p>\n ' )
125- mainpage .write ('<p>Positives: <a href="positives.txt">' + str (count_positives ) + '</a></p>\n ' )
124+ mainpage .write ('<p>Negatives (fixed/lost warnings) : <a href="negatives.txt">' + str (count_negatives ) + '</a></p>\n ' )
125+ mainpage .write ('<p>Positives (new warnings) : <a href="positives.txt">' + str (count_positives ) + '</a></p>\n ' )
126126mainpage .write ('<table class="sortable">\n ' )
127127mainpage .write (
128128 '<tr>' +
You can’t perform that action at this time.
0 commit comments