fix(Scatter): use HTTPS in JSDoc links#7192
Conversation
Replace http:// with https:// in 3 @see documentation links.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated JSDoc Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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. Additional details and impacted files@@ Coverage Diff @@
## main #7192 +/- ##
=======================================
Coverage 89.06% 89.06%
=======================================
Files 539 539
Lines 41011 41011
Branches 5553 5553
=======================================
Hits 36527 36527
Misses 4476 4476
Partials 8 8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bundle ReportBundle size has no change ✅ |
Description
Replace insecure HTTP links with HTTPS in Scatter component JSDoc comments.
Changes
src/cartesian/Scatter.tsx: Updated 3@seedocumentation links fromhttp://tohttps://lineTypelineJointTypeactiveShapeWhy
Documentation links should use HTTPS for security and consistency with the rest of the codebase.
Summary by CodeRabbit