Skip to content

ci: add cppcheck static analysis workflow#2

Open
agabhin wants to merge 1 commit into
masterfrom
add-cppcheck-ci
Open

ci: add cppcheck static analysis workflow#2
agabhin wants to merge 1 commit into
masterfrom
add-cppcheck-ci

Conversation

@agabhin

@agabhin agabhin commented Mar 24, 2026

Copy link
Copy Markdown
Owner

Summary

Add cppcheck with warning, performance, and portability checks to catch null
derefs, buffer overruns, format string mismatches, and portability issues in
lib/, util/, and example/.

Test Plan

  • Verify workflow runs on GitHub Actions
  • Review cppcheck findings and fix or suppress before merging to upstream

Add cppcheck with warning, performance, and portability checks
to catch null derefs, buffer overruns, format string mismatches,
and portability issues in lib/, util/, and example/.

Signed-off-by: Abhinav Agarwal <abhinav.agarwal@rubrik.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant