takashiyoshida / c755a-cppcheck

cppcheck configuration for C755A project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c755a-cppcheck

c755a-cppcheck is a set of shell script and cppcheck configuration for C755A project.

Requirement

Installation

Copy kcehcppc.sh and c755a.cfg files to the root of C755A source repository.

cp kcehcppc.sh c755a.cfg c755a-src

Running Script

./kcehcppc.sh -l warning tmc/enc

You can redirect the output from cppcheck to a separate file like this.

./kcehcppc.sh -l warning tmc/enc 2> cppcheck.txt

You can also produce cppcheck output in XML format so that you can use cppcheck-htmlreport with it.

./kcehcppc.sh -l warning -x tmc/enc 2> cppcheck.xml
cppcheck-htmlreport --title="tmc/enc" --file=cppcheck.xml --report-dir=cppcheck

About

cppcheck configuration for C755A project


Languages

Language:Shell 100.0%