Skip to content

fix(kimaki): resolve eslint findings in dm-agent-sync plugin#172

Merged
chubes4 merged 1 commit into
mainfrom
fix-lint-dm-agent-sync
May 30, 2026
Merged

fix(kimaki): resolve eslint findings in dm-agent-sync plugin#172
chubes4 merged 1 commit into
mainfrom
fix-lint-dm-agent-sync

Conversation

@chubes4
Copy link
Copy Markdown
Member

@chubes4 chubes4 commented May 30, 2026

Summary

  • Move getSitePath() below the wp-availability early return to satisfy @wordpress/no-unused-vars-before-return (the blocking error).
  • Annotate the two intentional operational console.warn calls with eslint-disable-next-line no-console so the lint gate passes without dropping session-console logging.

Why

These pre-existing findings (from the "Integrate Kimaki 0.13 cleanup" commit, at/before v1.2.1) block homeboy release at the preflight lint gate. Surfaced while cutting v1.2.2.

Verification

  • homeboy lintpassed: true, 0 findings, exit 0.
  • node tests/effective-prompt/run.mjs → 2 scenarios pass.

Move the getSitePath() call below the wp-availability early return to
satisfy @wordpress/no-unused-vars-before-return (was computing sitePath
before a possible early return). Annotate the two intentional
operational console.warn calls with eslint-disable-next-line no-console
so the lint gate passes without dropping the session-console logging.

These were pre-existing findings from the Kimaki 0.13 cleanup that
blocked 'homeboy release' at the preflight lint gate.

Fixes the release preflight lint failure.
@chubes4 chubes4 merged commit b1554b6 into main May 30, 2026
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