-
Notifications
You must be signed in to change notification settings - Fork 422
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
[Code Health] Clang Tidy cleanup, Part 2 #3038
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3038 +/- ##
==========================================
+ Coverage 87.12% 87.63% +0.52%
==========================================
Files 200 190 -10
Lines 6109 5868 -241
==========================================
- Hits 5322 5142 -180
+ Misses 787 726 -61
|
This set of changes looks good already. Please tag as ready for review, so this part can be merged. |
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.
LGTM, thanks for the cleanup.
[Code Health] Clang Tidy cleanup, Part 2 (open-telemetry#3038)
Contributes to #2053
Changes
In continuation to Cleanup 1, this changes reduces a lot of clang-tidy warnings and removed some checks that are not relevant.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes