Skip to content

Conversation

@sogladev
Copy link

PR Description

In addition to ignoring footnote, also ignore Co-authored-by and Signed-off-by

This no-wrap detection only needs to check for leading ASCII, so we can use a fixed bytebuffer. This avoids repeated heap allocs when building strings

Please check if the PR fulfills these requirements

  • Cheatsheets are up-to-date (run go generate ./...)
  • Code has been formatted (see here)
  • Tests have been added/updated (see here for the integration test guide)
  • Text is internationalised (see here)
  • If a new UserConfig entry was added, make sure it can be hot-reloaded (see here)
  • Docs have been updated if necessary
  • You've read through your own file changes for silly mistakes etc

in addition to ignoring footnote, also ignore Co-authored-by and
Signed-off-by
@sogladev sogladev changed the title Fix Co-authored-by and Signed-off-by auto-wrapping fix: Co-authored-by and Signed-off-by auto-wrapping Jan 20, 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.

Auto-wrap breaks long co author string

1 participant