{{ message }}
feat: add config option for line length warning - #1574
Merged
Lee-W merged 2 commits intoNov 8, 2025
Merged
Conversation
Narwhal-fish
requested review from
Lee-W,
noirbizarre and
woile
as code owners
August 12, 2025 05:35
Contributor
Author
|
Sorry, I accidentally closed this pull request. |
Member
|
let's rebase from |
Narwhal-fish
force-pushed
the
feat/Add-config-option-for-line-length-warning
branch
from
August 12, 2025 17:58
9a2622f to
c300b70
Compare
Contributor
Author
|
I have rebased my branch onto v4-9-0. |
Member
You've done it perfectly 🙂 I'll take a look when bandwidth allow |
bearomorphism
left a comment
Collaborator
There was a problem hiding this comment.
Thanks! A few suggestion:
Member
|
we might need to resolve the conflict first. Thanks! |
11 tasks
Collaborator
Narwhal-fish
force-pushed
the
feat/Add-config-option-for-line-length-warning
branch
2 times, most recently
from
September 23, 2025 09:13
de2e785 to
e70271b
Compare
11 tasks
Lee-W
approved these changes
Nov 8, 2025
Lee-W
force-pushed
the
feat/Add-config-option-for-line-length-warning
branch
from
November 8, 2025 10:19
a696b74 to
4adcbba
Compare
Lee-W
force-pushed
the
feat/Add-config-option-for-line-length-warning
branch
from
November 8, 2025 10:32
4adcbba to
3f55412
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This PR implements configuration file support for the
message_length_limitoption, addressing issue #1571 . Previously, users could only set commit message length limits via command-line arguments (-l/--message-length-limit). Now they can define a default limit in their configuration file.Checklist
Code Changes
poetry alllocally to ensure this change passes linter check and testsDocumentation Changes
poetry doclocally to ensure the documentation pages renders correctlyExpected Behavior
Users can now set default commit message length limits in their configuration file:
Steps to Test This Pull Request
Additional Context