Wrap message body at 72 caracters (and limit subject to 50) #5
Labels
No labels
Compat
Breaking
Kind
Bug
Kind
Chore
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Topic/Security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: glenux/llm-commit-gen#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note: Copy of issue from upstream project: https://github.com/GNtousakis/llm-commit/issues/12
Introduce an automatic formatting step in
llm-commit
to ensure that generated commit messages adhere to common best practices regarding line lengths, particularly:This behavior should be enabled by default.
Problem
Currently,
llm-commit
may generate well-structured commit messages, but it doesn't guarantee adherence to formatting conventions regarding line lengths. For instance:Current output example:
This leads to long, hard-to-read lines, especially in terminal-based workflows.
A correct formatting should give :
Proposed solution
References
mdformat
documentationWrap message body at 72 caracters (and limit subject to 50)to [bug] Wrap message body at 72 caracters (and limit subject to 50)[bug] Wrap message body at 72 caracters (and limit subject to 50)to Wrap message body at 72 caracters (and limit subject to 50)Fixed by
a764e62f81