self.file.write(' <strong>'+nb_fail.strip()+' modified files in Pull-Request DO NOT follow OAI rules. <span class="glyphicon glyphicon-warning-sign"></span> -> ('+nb_total.strip()+' were checked)</strong>\n')
else:
self.file.write(' <strong>'+nb_fail.strip()+' files in repository DO NOT follow OAI rules. <span class="glyphicon glyphicon-warning-sign"></span> -> ('+nb_total.strip()+' were checked)</strong>\n')
self.file.write(' <strong>CPPCHECK found NO error and '+str(nb_warnings)+' warnings <span class="glyphicon glyphicon-warning-sign"></span></strong>\n')