Skip to content

chore: ignore biome format baseline in git blame#82

Merged
FrkAk merged 1 commit into
mainfrom
chore/mymr-205-blame-ignore-baseline
May 17, 2026
Merged

chore: ignore biome format baseline in git blame#82
FrkAk merged 1 commit into
mainfrom
chore/mymr-205-blame-ignore-baseline

Conversation

@FrkAk
Copy link
Copy Markdown
Owner

@FrkAk FrkAk commented May 17, 2026

Summary

Task Reference: [MYMR-205]

Follow-up to #81. Now that the squash-merge is on main with a real SHA, populate .git-blame-ignore-revs so git blame skips the baseline reformat and keeps pointing at the original authors.

Squash commit ignored: ffdeba0c85977fb3f963f54932cd7932ac5dc1c5 (chore: adopt biome as code formatter (#81)).

Type of change

  • Bug fix
  • New feature
  • Refactor / cleanup
  • Documentation

Testing

  • Tested locally with bun run dev
  • Linting passes (bun run lint)
  • Typecheck passes (bun run typecheck)
  • Formatter passes (bun run format:check)

Notes for reviewer

  • Enable locally once after pulling: git config blame.ignoreRevsFile .git-blame-ignore-revs
  • GitHub's web blame honors the file with no per-user setup.
  • Future format-only commits (next time Biome rules change and we reformat) append their SHA to the same file.

@FrkAk FrkAk requested review from ZeyNor and ulascanzorer as code owners May 17, 2026 14:12
@FrkAk FrkAk self-assigned this May 17, 2026
@FrkAk FrkAk merged commit 866ce6e into main May 17, 2026
4 checks passed
@FrkAk FrkAk deleted the chore/mymr-205-blame-ignore-baseline branch May 17, 2026 14:14
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