clang-tidy: resolve readability-static-definition-in-anonymous-namespace - #742
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (4)**/*.{cpp,cc,cxx,h,hpp}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
**/*.{hpp,cpp}📄 CodeRabbit inference engine (AGENTS.md)
Files:
plugins/python/**/*.cpp📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.md📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
🔇 Additional comments (3)
📝 WalkthroughWalkthroughChangesClang-tidy cleanup
Estimated code review effort: 2 (Simple) | ~10 minutes 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 #742 +/- ##
=======================================
Coverage 83.85% 83.85%
=======================================
Files 172 172
Lines 7198 7198
Branches 845 845
=======================================
Hits 6036 6036
Misses 882 882
Partials 280 280
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
@CodeRabbit review |
✅ Action performedReview finished.
|
beojan
left a comment
There was a problem hiding this comment.
Looks fine though Wim may want to take a look. Maybe the inlines should go too.
Wim is on vacation until mid-August. So, I think we'll move forward with this for now (in an effort to resolve the |
staticqualifiers from anonymous-namespace helper function definitions in the Python plugin sources, resolving thereadability-static-definition-in-anonymous-namespaceclang-tidy warning without changing behavior.#742in the developer fixes report.