-
Notifications
You must be signed in to change notification settings - Fork 10
Add Cppcheck tool #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Cppcheck tool #128
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new tool called Cppcheck to the software tools catalog. Cppcheck is a static analysis tool for C/C++ code that focuses on detecting undefined behavior, dangerous coding constructs, and defects.
- Adds a new JSON file describing Cppcheck's capabilities and metadata
- Categorizes the tool as supporting maintainability, reliability, security, and safety quality dimensions
- Specifies usage through command-line and CI/CD integration
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
|
Please see some of my comments before merging :) |
ccpcheck is commonly used as static analysis tool for C and C++ codes