Skip to content

fix: prefix 32 unused parameters with underscore#22694

Merged
kitlangton merged 1 commit into
devfrom
kit/oxlint-unused-params
Apr 16, 2026
Merged

fix: prefix 32 unused parameters with underscore#22694
kitlangton merged 1 commit into
devfrom
kit/oxlint-unused-params

Conversation

@kitlangton
Copy link
Copy Markdown
Contributor

Summary

  • Prefix 32 unused callback/handler parameters with _ across 17 files
  • No behavioral changes — parameter positions preserved for interface compliance
  • Resolves all oxlint no-unused-vars warnings for unused parameters

Most are in test callbacks (dir, resume), framework handlers (evt, props, input), and Effect contexts (ctx).

Prefix unused callback/handler parameters with _ to satisfy oxlint
no-unused-vars rule. No behavioral changes — parameter positions
are preserved for interface compliance.
@kitlangton kitlangton enabled auto-merge (squash) April 16, 2026 01:54
@kitlangton kitlangton disabled auto-merge April 16, 2026 01:56
@kitlangton kitlangton merged commit d6b14e2 into dev Apr 16, 2026
11 checks passed
@kitlangton kitlangton deleted the kit/oxlint-unused-params branch April 16, 2026 01:56
jerome-benoit pushed a commit to jerome-benoit/opencode that referenced this pull request Apr 16, 2026
xywsxp pushed a commit to xywsxp/opencode that referenced this pull request Apr 24, 2026
dgokeeffe pushed a commit to dgokeeffe/opencode-databricks that referenced this pull request May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant