Sign inSign up

stefanhudelmaier/cppcheck

By stefanhudelmaier

Updated almost 11 years ago

Docker image for cppcheck - a static analysis tool for C++

Image
3

10K+

stefanhudelmaier/cppcheck repository overview

cppcheck-docker

Docker image for cppcheck - a static analysis tool for C++

See http://cppcheck.sourceforge.net

Usage

The directory with the source to be checked must be mounted as a volume under /src. Parameters to cppcheck can be given after the name of the image.

sudo docker run -v $(pwd)/src:/src cppcheck --enable=all --xml --xml-version=2 2> /tmp/test.xml

Tag summary

Content type

Image

Digest

sha256:8d44376ec

Size

158.8 MB

Last updated

almost 11 years ago

docker pull stefanhudelmaier/cppcheck