-
Notifications
You must be signed in to change notification settings - Fork 256
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
Add GitHub Action to run static analysis for PR #131
Comments
I don't have one, no. For naming-related checks, e.g., |
Do you know of a project using the StaticAnalysis Action? I've had few results and would like to learn from a working example. |
I'm getting closer to a working SA report... The checks are running, errors are found (in the action log), but the SA Action reports everything is fine. I have a running testbed at skrobinson#2 Do you have any ideas why? |
My prototype PR Action to run StaticAnalysis (SA) is working at
I like this plan because it does not require replacing every line in a single commit and each changed line is for the same general reason. It does mean some lines may change more than once as corrections are made for different checks. This plan also allows for delayed decision making. Pick the low-hanging fruit early and see how our thinking changes. When I have a better idea of our direction, I'll make a clean branch and submit a PR. |
I like the plan and I agree with you - We can start small, from the current style and make incremental updates. I see what you have here and It's what I was hoping for! |
With #215, the overall idea is complete and |
@p-ranav,
I am interested in adding the static analysis action you mentioned in #128. Do you have a clang-tidy config file you want me to use?
The text was updated successfully, but these errors were encountered: