Skip to content

chore: remove dead code, unused deps, and fix Go formatting - #428

Merged
javi11 merged 1 commit into
mainfrom
cleanup/dead-code-and-formatting
Mar 20, 2026
Merged

chore: remove dead code, unused deps, and fix Go formatting#428
javi11 merged 1 commit into
mainfrom
cleanup/dead-code-and-formatting

Conversation

@javi11

@javi11 javi11 commented Mar 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Delete unused frontend files: HealthPageHeader.tsx (never imported), auth/index.ts (barrel export forbidden by standards), useArrs.ts (3 hooks, none imported)
  • Remove unused npm dependency: @hookform/resolvers (zero imports in codebase)
  • Clean stale biome.json entries: Remove references to non-existent convex, env.d.ts, and styles paths
  • Fix Go formatting: Run go fmt ./... on 21 files with import ordering issues

Test plan

  • bun run check — TypeScript + lint + format pass (106 files, no issues)
  • bun run build — Production build succeeds
  • go build ./... — Go compilation clean
  • go fmt ./... — No remaining formatting issues

🤖 Generated with Claude Code

- Delete unused frontend files: HealthPageHeader.tsx, auth/index.ts barrel export, useArrs.ts hooks
- Remove unused @hookform/resolvers dependency
- Clean stale biome.json includes (convex, env.d.ts references)
- Run go fmt on all Go files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@javi11
javi11 merged commit 414a56d into main Mar 20, 2026
2 checks passed
yoshitaka420 pushed a commit to yoshitaka420/altmount that referenced this pull request Jun 1, 2026
…s#428)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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