fix(website): deno fmt on the analytics component and its gate - #1661
Conversation
CI runs deno fmt --check and both files I touched were over the line width. The merge left main red on formatting alone -- no behaviour in this commit. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Tagging OptionsShould a new tag be published when this PR is merged?
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe PR applies formatting-only updates to analytics-related declarations, template literals, and JSX comments. Logic, control flow, script URLs, and rendered output remain unchanged. ChangesAnalytics formatting
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only reformats two website files to restore the formatting gate, with no behavior or deployment changes. No actionable merge-blocking risk remains after normal checks. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Description checkExplanation The description explains the formatting change, the CI failure it resolves, the affected files, and the validation results. It does not include an Issue Link, Loom Video, or Demonstration Link, but the main contribution and testing details are complete.
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 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 |
CI on
mainis red ondeno fmt --checkalone — both files touched by #1660 were over the line width. No behaviour change in this commit;deno lintanddeno checkpass.🤖 Generated with Claude Code
Summary by cubic
Fixes the
deno fmt --checkfailure onwebsite/components/Stats.tsxandwebsite/pages/Page.tsxso CI onmaingoes green. No behavior change; this only reformats lines that exceeded the width limit.Written for commit b38f612. Summary will update on new commits.
Summary by CodeRabbit