Add cppcheck and clang-tidy static analysis to CI/CD#62
Merged
Conversation
Co-authored-by: 97gamjak <77228802+97gamjak@users.noreply.github.com>
Co-authored-by: 97gamjak <77228802+97gamjak@users.noreply.github.com>
Co-authored-by: 97gamjak <77228802+97gamjak@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add cpp-check and clang to CI/CD pipeline
Add cppcheck and clang-tidy static analysis to CI/CD
Dec 2, 2025
- Updated cppcheck configuration to enable additional checks for performance, style, information, and portability. - Refactored eval method in LiePotential class to use a protected _eval method for better encapsulation. - Added cppcheck suppression comments for syntax errors in enums.hpp. - Introduced a new cppcheck.sh script for running cppcheck with the updated configuration.
fix: Enhance static analysis configuration and add cppcheck script
…antity.hpp with warnings for buggy code - update test_cpow.cpp with GPL header
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…warnings for buggy libraries and headers
…les-and-libraries' of github.com:97gamjak/mstd into feature/MSTD-65-create-buggy-static-asser-for-single-files-and-libraries
…on flags for buggy code
…tic-asser-for-single-files-and-libraries feat: Add include guards to new compile.hpp; enhance error.hpp and qu…
…adding devops cpp_checks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds static analysis workflow for C++ code in
include/andtest/directories using cppcheck and clang-tidy with all rules enabled.Changes
.github/workflows/static-analysis.yml:--enable=all, uses existing.cppcheck.suppress, fails on errorscompile_commands.jsonvia CMake, analyzes headers and test files, uses existing.clang-tidyconfigpermissions: contents: readfor least-privilegeBoth jobs run in parallel on Ubuntu 24.04.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
esm.ubuntu.com/usr/lib/apt/methods/https /usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.