* htmlreport/check.sh: Remove check with obsolete file gui/test/data/xmlfiles/xmlreport_v1.xml has been removed with commit d95efc44c7ece86bed9b9e6f4874a615bdaf107d * .travis.yml: Enable htmlreport test again * cppcheck-htmlreport: Fall back to guessing lexer from file content If the lexer can not be guessed from the file extension (for example for *.tpp) then guess the lexer that should be used from the content. This fixes "ERROR: *" output when running "htmlreport/check.sh" Also use specific exceptions instead of bare ones.
cppcheck-htmlreport This is a little utility to generate a html report of a XML file produced by cppcheck. The utility is implemented in Python (2.7+) and requires the pygments module to generate syntax highlighted source code. If you are using a Debian based Linux system, the pygments package can be installed by following command: $ sudo apt-get install python-pygments For more information run './cppcheck-htmlreport --help'