Skip to content

Remove unused RichText import to fix CI lint failure#1346

Merged
captbaritone merged 1 commit intomasterfrom
fix-ci-today
Mar 25, 2026
Merged

Remove unused RichText import to fix CI lint failure#1346
captbaritone merged 1 commit intomasterfrom
fix-ci-today

Conversation

@captbaritone
Copy link
Owner

Summary

  • Removes the unused RichText import from packages/skin-database/tasks/bluesky.ts
  • The import was left behind after the Bluesky posting logic was refactored (commit 247bda1) to use manual facets instead of the RichText helper class
  • ESLint's no-unused-vars rule was flagging this as an error, causing the CI lint step to fail

Root Cause

The commit "Consolidate bluesky posts" (247bda1) refactored the Bluesky posting code to build rich text facets manually using AppBskyRichtextFacet.Main[] instead of using the RichText helper. The RichText import was not cleaned up at that point.

Test Plan

  • pnpm --filter skin-database lint passes locally with no errors
  • CI "Lint and type-check" step should now pass

Generated with Claude Code

The RichText import from @atproto/api was unused after refactoring the
Bluesky posting logic to use manual facets instead of RichText helpers.
This caused the ESLint no-unused-vars rule to fail in CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link

Size Change: 0 B 🆕

Total Size: 0 B

compressed-size-action

@netlify
Copy link

netlify bot commented Mar 25, 2026

Deploy Preview for tourmaline-kringle-c98715 canceled.

Name Link
🔨 Latest commit e09f05c
🔍 Latest deploy log https://app.netlify.com/projects/tourmaline-kringle-c98715/deploys/69c35de999c67e0008cb52d4

@captbaritone captbaritone merged commit 3a898b4 into master Mar 25, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant