https://github.com/tafthorne/cppcheck-debian
Docker Image packaging Cppcheck http://cppcheck.sourceforge.net/ ontop of The Docker Official Image for Debian
https://github.com/tafthorne/cppcheck-debian
c cpp cppcheck cppcheck-debian debian docker docker-hub docker-image
Last synced: about 1 month ago
JSON representation
Docker Image packaging Cppcheck http://cppcheck.sourceforge.net/ ontop of The Docker Official Image for Debian
- Host: GitHub
- URL: https://github.com/tafthorne/cppcheck-debian
- Owner: TafThorne
- License: gpl-3.0
- Created: 2018-04-18T16:30:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T16:44:18.000Z (about 8 years ago)
- Last Synced: 2025-12-29T12:24:40.681Z (5 months ago)
- Topics: c, cpp, cppcheck, cppcheck-debian, debian, docker, docker-hub, docker-image
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# cppcheck-debian
Docker Image packaging Cppcheck http://cppcheck.sourceforge.net/ ontop of The
Docker Official Image for Debian
The Docker Image is listed on Docker Hub:
https://hub.docker.com/r/tafthorne/cppcheck-debian/
To pull the image:
docker pull tafthorne/cppcheck-debian
## Cppcheck
Cppcheck is a static analysis tool for C/C++ code. For further details please
see their project page.
* http://cppcheck.sourceforge.net/
## Debian
Debian is a Linux distribution that's composed entirely of free and open-source
software.
For details about the base image for this project please see either the
project page or the Docker Hub entry.
* https://www.debian.org/intro/about
* https://hub.docker.com/_/debian/
## Contributing
Please see the notes in CONTRIBUTING.md.