Skip to content
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

Integrate clang-tidy into cmake build #507

Open
Tracked by #509
mwaxmonsky opened this issue May 9, 2024 · 0 comments
Open
Tracked by #509

Integrate clang-tidy into cmake build #507

mwaxmonsky opened this issue May 9, 2024 · 0 comments
Milestone

Comments

@mwaxmonsky
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
CMake integration of clang-tidy so that the source code can be scanned by the static analyzer and there can be some mechanism to do make clang-tidy-scan or similar functionality similar to building targets.

Describe alternatives you've considered
Current implementation calls clang-tidy manually in workflow file but this is very brittle and prone to breaking as changes are made to target compile options in CMake.

Additional context
N\A

@mattldawson mattldawson added this to the Tech Debt milestone May 29, 2024
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

No branches or pull requests

2 participants