clang-tidy: resolve readability-redundant-casting - #783
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe PR removes redundant ownership and character casts from ROOT storage code and a related test, then marks the corresponding clang-tidy finding as resolved. ChangesRedundant cast cleanup
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #783 +/- ##
==========================================
- Coverage 83.90% 83.83% -0.07%
==========================================
Files 172 172
Lines 7231 7231
Branches 850 850
==========================================
- Hits 6067 6062 -5
- Misses 883 888 +5
Partials 281 281
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Resolve
readability-redundant-castingclang-tidy warnings.readability-redundant-castingclang-tidy warnings by removing redundant ownership casts in branch-buffer allocation andTTreeinitialization.static_castfrom the fundamental scalar round-trip test.#783.