-
Notifications
You must be signed in to change notification settings - Fork 496
[CodeHealth] Fix clang-tidy warnings part 5 #3506
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
[CodeHealth] Fix clang-tidy warnings part 5 #3506
Conversation
✅ Deploy Preview for opentelemetry-cpp-api-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3506 +/- ##
=======================================
Coverage 89.96% 89.96%
=======================================
Files 219 219
Lines 7051 7051
=======================================
Hits 6343 6343
Misses 708 708 🚀 New features to boost your workflow:
|
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
According to CI, this solves only 1 warning (85 instead of 86). To reevaluate once part 4 is merged. |
Yes. It may be due to using an older version of clang-tidy in CI. So we won't see the satisfying drop in warnings from this but they do need to be fixed. :) I found the warnings using the clangd extension to vscode while fixing the slicing warning. CI only reports the slicing warning for some reason. |
Contributes to #2053
Changes
Fixes clang-tidy warnings with the OTLP File component
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes