jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
787 stars 99 forks source link

Improve regexes in docs #539

Open scop opened 5 months ago

scop commented 5 months ago

Remove unneeded capturing group parenthesis as there's no significance to the groups, misc strictness fixes, make do the right thing with both match and search style regex matching.

jorisroovers commented 5 months ago

Thanks for the PRs. I currently have no cycles to work on gitlint, so it will take me a while to get to them (perhaps more than a month)... But I will eventually (or @sigmavirus24)

coveralls commented 4 months ago

Coverage Status

coverage: 99.633%. remained the same when pulling 4ae5808c5d1c89878e9e7a96cdc7a839facf771e on scop:docs/regexes into 4d9119760056492eabc201bfad5de2f9e660b85f on jorisroovers:main.