-
Notifications
You must be signed in to change notification settings - Fork 494
[CodeHealth] Fix clang tidy warnings part 4 #3501
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 4 #3501
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 #3501 +/- ##
==========================================
- Coverage 89.96% 89.95% -0.01%
==========================================
Files 219 219
Lines 7051 7051
==========================================
- Hits 6343 6342 -1
- Misses 708 709 +1
🚀 New features to boost your workflow:
|
This reverts commit 3e01371.
exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_exporter_options.h
Outdated
Show resolved
Hide resolved
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.
This:
// NOLINTNEXTLINE(google-runtime-int)
is indeed the best fix for curl.
Changing the code to please the google style breaks curl on 32bits machines.
Contributes to #2053
Changes
Address clang-tidy warning categories
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes