Skip to content

chore(lint): clean all ESLint warnings (#57)#58

Merged
richard-devbot merged 1 commit into
mainfrom
fix/lint-clean-57
Jun 2, 2026
Merged

chore(lint): clean all ESLint warnings (#57)#58
richard-devbot merged 1 commit into
mainfrom
fix/lint-clean-57

Conversation

@richard-devbot
Copy link
Copy Markdown
Owner

Closes #57.

npm run lint now reports 0 warnings / 0 errors.

  • eslint config: caughtErrorsIgnorePattern + varsIgnorePattern = ^_ (so intentional _err / _x are allowed)
  • Removed genuinely dead vars: activeCount (reporter.js), unused readdirSync/readFileSync imports, unused registry/res (cp-sig test), unused test context arg t (stage-attribution test)

106/106 tests still pass.

🤖 Generated with Claude Code

- eslint config ignores caught-error + ^_-prefixed unused vars
- removed dead vars: activeCount (reporter), unused fs imports
  (approval-security, harness-dashboard), registry/res (cp-sig test),
  unused test context arg t (stage-attribution)

Closes #57

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@qodo-code-review
Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@richard-devbot richard-devbot merged commit 69047e6 into main Jun 2, 2026
6 checks passed
@richard-devbot richard-devbot deleted the fix/lint-clean-57 branch June 2, 2026 14:30
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.

Fix remaining ESLint warnings (7) for a clean publish baseline

2 participants