cppcheck/htmlreport
omarandlorraine 6488650d24
use python3 on debians too (#3812)
* use python3 on debians too

in Debian 11 which is Bullseye, /usr/bin/python is a Python2
interpreter, which means that cppcheck-htmlreport fails to run here.
So I've chenged the shebang to use python3

* change all shebangs from python to python3

Co-authored-by: Sam M W <smw@alertergroup.co.uk>
2022-11-03 22:14:30 +01:00
..
README.txt
check.sh htmlreport/check.sh: use less heavy input for tests (#4416) 2022-08-29 12:26:10 +02:00
cppcheck-htmlreport use python3 on debians too (#3812) 2022-11-03 22:14:30 +01:00
example.cc
example.xml
requirements.txt
setup.py use python3 on debians too (#3812) 2022-11-03 22:14:30 +01:00
test_htmlreport.py use python3 on debians too (#3812) 2022-11-03 22:14:30 +01:00
test_suppressions.txt
tox.ini

README.txt

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'