commitplease
commitplease copied to clipboard
Skip links for the length rule
Sometimes it's preferable to use links which might be longer then assigned limit, you do have the rules – markerPattern, actionPattern, ticketPattern, but it's intended for the issues and it's a bit convoluted to use.
It would be nice if you could auto-detect the links and skip them without introducing additional configuration properties
I think the combination of "Ref [long URL]" is already accepted. Can you give that a try?
Sure, I guess, feels a bit awkward though. Like
feat: Kill the gorilla
Killed big gorilla here (https://en.wikipedia.org/wiki/Gorilla)
with the double-edged blade
In such case I would have to restructure commit message to make it proper. I envision it like ignoreUrls of max-length rule of the eslint
feat: Kill the gorilla
Killed big gorilla with the double-edged blade
Ref https://en.wikipedia.org/wiki/Gorilla
That's not so bad, is it?
Not saying it is, look above
Regards, Oleg
On 4 May 2018, at 15:06, Jörn Zaefferer [email protected] wrote:
feat: Kill the gorilla
Killed big gorilla with the double-edged blade
Ref https://en.wikipedia.org/wiki/Gorilla That's not so bad, is it?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
I think the combination of "Ref [long URL]" is already accepted.
It's not :)