jorisroovers / gitlint

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

Default to general.regex-style-search=True #517

Closed jorisroovers closed 1 year ago

jorisroovers commented 1 year ago

This will make all rules use re.search() by default. It's still possible to manually reverse this behavior by setting: general.regex-style-search=False

Relates to #254

coveralls commented 1 year ago

Coverage Status

coverage: 99.618% (+0.001%) from 99.617% when pulling 2ff5096e5edccd6dd9139032b42b9a0b072f7fe3 on regex-style-search-true into 3810472b75e316b069459455ff5131accea2edee on main.

github-actions[bot] commented 1 year ago

Build 0.20.0.dev41 is now available on PyPI!

Install using:

pip install gitlint==0.20.0.dev41