-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
There's a convention that the line length of commit messages should be limited to 50/72 characters.
Both VSCode (git.inputValidationLength) and Vim (gitcommitSummary) have features where the editor will warn you when the length of the current line of the commit message is greater than a configured limit.
It would be nice if lazygit had this same functionality where a warning will be displayed in the commit message input prompt if the current line length is greater than the configuration setting commitLengthWarning: <int>.
tiwood, williamgoulois, GMkonan, Alby407, richpjames and 5 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request