Skip to content

style: fix pre-existing Prettier drift merged onto main (restores green Lint CI) - #1897

Merged
glloq merged 2 commits into
mainfrom
claude/midi-audit-auto-routing-i43men
Aug 6, 2026
Merged

style: fix pre-existing Prettier drift merged onto main (restores green Lint CI)#1897
glloq merged 2 commits into
mainfrom
claude/midi-audit-auto-routing-i43men

Conversation

@glloq

@glloq glloq commented Aug 6, 2026

Copy link
Copy Markdown
Owner

What

Reformats 4 files with Prettier to clear pre-existing format drift. Formatting-only — whitespace / line-wrapping, no behavior change.

File Δ
src/midi/playback/MidiPlayer.js 3
src/midi/playback/PlaybackScheduler.js 8
src/midi/playback/commands/PlaybackAssignmentCommands.js 10
src/midi/routing/FileRoutingSyncService.js 4

(+19 / −6)

Why

The audit work (#1896) merged onto main with these 4 files not Prettier-clean, so main currently fails the Lint job's format:check step (prettier --check → exit 1). This fix existed but stayed on the feature branch after #1896 merged. Since #1896 is merged, landing it requires this fresh PR — otherwise any new PR against main inherits the red format:check.

Verification (local, exact CI commands)

  • npm run format:checkAll matched files use Prettier code style!exit 0
  • npm run lint0 errors (202 pre-existing no-console / unused-var warnings, non-blocking) — exit 0

Both halves of the Lint job pass. The commit is formatting-only, so it can't affect typecheck, backend, or frontend jobs.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Ekccgnr9tm3Jt5x91X5nHt


Generated by Claude Code

CI's `npm run format:check` (prettier --check over the full tree) was
failing on four files carried over from earlier commits on this branch:
PlaybackAssignmentCommands.js, MidiPlayer.js, PlaybackScheduler.js and
FileRoutingSyncService.js. The husky pre-commit hook does not run in the
`npm install --ignore-scripts` dev setup, so the drift was never caught
locally. These are whitespace-only changes (long-line wrapping) with no
logic change. Full suite still green: 107 suites / 1281 tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ekccgnr9tm3Jt5x91X5nHt
@glloq glloq closed this Aug 6, 2026
@glloq glloq reopened this Aug 6, 2026
@glloq
glloq merged commit 852721d into main Aug 6, 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.

2 participants