chore: strip UTF-8 BOM from migration files (unblock format gate) #39

Merged
cesnimda merged 1 commits from chore/strip-bom into develop 2026-07-04 16:40:06 +02:00
Owner

develop's format gate fails on BOM in EF-generated files. De-BOM to unblock all PRs.

🤖 Generated with Claude Code

develop's format gate fails on BOM in EF-generated files. De-BOM to unblock all PRs. 🤖 Generated with Claude Code
cesnimda added 1 commit 2026-07-04 16:27:20 +02:00
chore: strip UTF-8 BOM from EF-generated migration files
CI / backend (pull_request) Successful in 57s
CI / frontend (pull_request) Successful in 12s
CI / format (pull_request) Successful in 51s
CI / db-tests (pull_request) Successful in 55s
Security / secrets (pull_request) Successful in 3s
Security / dependencies (pull_request) Successful in 56s
Security / sast (pull_request) Successful in 40s
c6a8302997
The .editorconfig charset=utf-8 rule (added with the CI format gate) flags the BOM
that 'dotnet ef migrations' writes into generated files, failing the format check on
develop itself and thus on every PR. De-BOM all tracked source files so the gate passes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
cesnimda merged commit be970ff621 into develop 2026-07-04 16:40:06 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cesnimda/Inboxintel#39