Skip to content

Commit

Permalink
ci: Avoid gitlint warning I3
Browse files Browse the repository at this point in the history
The ignore-body-lines regex also works for re.search(). Resolving the
warning by opting-in to the new behavior.

Relevant links:
 - https://jorisroovers.com/gitlint/configuration/#regex-style-search
 - jorisroovers/gitlint#254
  • Loading branch information
rettichschnidi authored and mlasch committed Mar 3, 2023
1 parent 3eaf76e commit e1ca75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlint
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[general]
ignore-fixup-commits=false
regex-style-search=True

[title-must-not-contain-word]
words=wip,fixup
Expand Down

0 comments on commit e1ca75e

Please sign in to comment.