[PR #66] [MERGED] fix: restore lint compliance #242

Closed
opened 2026-02-15 17:16:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/66
Author: @joshp123
Created: 1/28/2026
Status: Merged
Merged: 1/28/2026
Merged by: @joshp123

Base: mainHead: fix/ci-lint


📝 Commits (2)

  • ca3275b 🤖 fix: restore lint compliance
  • d4f5832 🤖 chore: merge main into fix/ci-lint

📊 Changes

22 files changed (+110 additions, -82 deletions)

View changed files

📝 convex/devSeed.ts (+1 -1)
📝 convex/devSeedExtra.ts (+1 -1)
📝 convex/http.ts (+1 -1)
📝 convex/lib/badges.ts (+1 -3)
📝 convex/lib/githubImport.ts (+1 -1)
📝 convex/lib/skillBackfill.ts (+1 -1)
📝 convex/lib/skillPublish.ts (+5 -5)
📝 convex/lib/skills.test.ts (+1 -1)
📝 convex/lib/skills.ts (+1 -1)
📝 convex/lib/soulPublish.ts (+3 -3)
📝 convex/maintenance.ts (+14 -15)
📝 convex/search.ts (+12 -4)
📝 convex/skills.ts (+17 -10)
📝 convex/souls.ts (+4 -1)
📝 e2e/molthub.e2e.test.ts (+1 -1)
📝 packages/molthub/src/cli.ts (+1 -1)
📝 src/components/SkillDetailPage.tsx (+2 -4)
📝 src/components/SoulDetailPage.tsx (+1 -3)
📝 src/lib/uploadFiles.ts (+1 -1)
📝 src/routes/management.tsx (+39 -21)

...and 2 more files

📄 Description

Summary

  • apply Biome formatting/import ordering for linted files
  • fix management useEffect dependencies flagged by Biome

Testing

  • bun run lint:biome
  • bun run lint:oxlint

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawhub/pull/66 **Author:** [@joshp123](https://github.com/joshp123) **Created:** 1/28/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@joshp123](https://github.com/joshp123) **Base:** `main` ← **Head:** `fix/ci-lint` --- ### 📝 Commits (2) - [`ca3275b`](https://github.com/openclaw/clawhub/commit/ca3275ba9296998e062140380b77556a5c01f9be) 🤖 fix: restore lint compliance - [`d4f5832`](https://github.com/openclaw/clawhub/commit/d4f5832554e0d935e0b9a89c7380cb697ef50fba) 🤖 chore: merge main into fix/ci-lint ### 📊 Changes **22 files changed** (+110 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `convex/devSeed.ts` (+1 -1) 📝 `convex/devSeedExtra.ts` (+1 -1) 📝 `convex/http.ts` (+1 -1) 📝 `convex/lib/badges.ts` (+1 -3) 📝 `convex/lib/githubImport.ts` (+1 -1) 📝 `convex/lib/skillBackfill.ts` (+1 -1) 📝 `convex/lib/skillPublish.ts` (+5 -5) 📝 `convex/lib/skills.test.ts` (+1 -1) 📝 `convex/lib/skills.ts` (+1 -1) 📝 `convex/lib/soulPublish.ts` (+3 -3) 📝 `convex/maintenance.ts` (+14 -15) 📝 `convex/search.ts` (+12 -4) 📝 `convex/skills.ts` (+17 -10) 📝 `convex/souls.ts` (+4 -1) 📝 `e2e/molthub.e2e.test.ts` (+1 -1) 📝 `packages/molthub/src/cli.ts` (+1 -1) 📝 `src/components/SkillDetailPage.tsx` (+2 -4) 📝 `src/components/SoulDetailPage.tsx` (+1 -3) 📝 `src/lib/uploadFiles.ts` (+1 -1) 📝 `src/routes/management.tsx` (+39 -21) _...and 2 more files_ </details> ### 📄 Description ## Summary - apply Biome formatting/import ordering for linted files - fix management useEffect dependencies flagged by Biome ## Testing - bun run lint:biome - bun run lint:oxlint --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:28 -05:00
yindo closed this issue 2026-02-15 17:16:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#242