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 and requires the pygments module to generate syntax highlighted so
【环境信息】系统:arm,x86虚拟机内存:4gcpu:4核OS版本:21.03【问题复现步骤】1.安装cppcheck包2.执行命令:cppcheckhtmlreport help【预期结果】...
- cppcheck-htmlreport - gcc - desktop-file-utils - git @@ -165,7 +166,9 @@ build_scripts: after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then - ./gen-index -i https://github.com/${OWNER_NAME}/mate-media/raw/master/data/icons/16x16/status/audio-input-microphone-high....
static analysis of C/C++ code. Contribute to encryptacoder/cppcheck development by creating an account on GitHub.
check.sh removed unused test files (#4648) Dec 19, 2022 cppcheck-htmlreport use python3 on debians too (#3812) Nov 4, 2022 example.cc Fix typo in getting line number Oct 7, 2013 example.xml Fix typo in getting line number Oct 7, 2013 requirements.txt cppcheck-htmlreport requires Pyg...
cppcheck-htmlreport example.cc example.xml requirements.txt setup.py test_htmlreport.py test_suppressions.txt tox.ini lib man oss-fuzz platforms rules samples snap test tools valgrind win_installer .clang-tidy .codacy.yml .gitattributes .gitignore .mailmap .selfcheck_suppressions .selfcheck_unused...
import unittest2 as unittest else: import unittest ROOT_DIR = os.path.split(os.path.abspath(os.path.dirname(__file__)))[0] CPPCHECK_BIN = os.path.join(ROOT_DIR, 'cppcheck') HTML_REPORT_BIN = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'cppcheck-ht...
(version 2) output of ' + 'cppcheck and generate an HTML report using Pygments for syntax ' + 'highlighting.', long_description=readme, author='Henrik Nilsson', url='https://github.com/danmar/cppcheck', license='GPL', scripts=[ "cppcheck-htmlreport", ], install_requires=['Pygments'...
cppcheck-htmlreport example.cc example.xml requirements.txt setup.py test_htmlreport.py test_suppressions.txt tox.ini lib man oss-fuzz platforms rules samples snap test tools valgrind win_installer .clang-tidy .codacy.yml .gitattributes .gitignore .mailmap .selfcheck_suppressions .selfcheck_unused...
static analysis of C/C++ code. Contribute to danmar/cppcheck development by creating an account on GitHub.