You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if I attempt to commit with a message such as this:
CODE-123: Fix obscure bug
This problem happened because blah blah blah....
More info here
[https://](https://stackoverflow.com/questions/49649015/overcommit-gem-is-preventing-a-commit)
Commit will fail
Running commit-msg hooks
Check text width..........................................[TextWidth] FAILED
Line 5 of commit message has > 72 characters
However, you can't really break down url lines without breaking link functionality in terminals and web interfaces such as in github.
The text was updated successfully, but these errors were encountered:
KarimElsayad247
changed the title
Overcommit TextWidth should not fail if a commit line containing only a url is longer than preferred length
[Feature Request] Overcommit TextWidth should not fail if a commit line containing only a url is longer than preferred length
Feb 6, 2024
Currently, if I attempt to commit with a message such as this:
Commit will fail
However, you can't really break down url lines without breaking link functionality in terminals and web interfaces such as in github.
The text was updated successfully, but these errors were encountered: