-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: configure gitlint to be more lenient & add notes to README.md
relaxed gitlint rules: - allowing 72 character long titles instead of 50 to be more lenient - allowing >72 character http and https URLs in git commit messages, e.g. https://www.example.org/this-is-a-very-long-url-that-can-not-be-split-without-breaking-it-somehow also: - update default python version in pre commit config from 3.9 to 3.11 - add general.regex-style-search=true to gitlint configuration so gitlint doesn't show a warning about it (See below) gitlint's warning about regex match/search semantics: ``` gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-by-title.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search ``` refs KK-1234
- Loading branch information
1 parent
4804717
commit 256b43b
Showing
3 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters