Skip to content

gitlint: adapt configuration to deal with migration warnings #93333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nashif
Copy link
Member

@nashif nashif commented Jul 18, 2025

Get rid of this warning:

WARNING: I4 - ignore-by-author-name: gitlint will be switching from using
Python regex 'match' (match beginning) to 'search' (match anywhere) semantics.
Please review your ignore-by-author-name.regex option accordingly. To remove
this warning, set general.regex-style-search=True. More details:
https://jorisroovers.github.io/gitlint/configuration/#regex-style-search

Signed-off-by: Anas Nashif [email protected]

@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: Coding Guidelines Coding guidelines and style labels Jul 18, 2025
Get rid of this warning:

WARNING: I4 - ignore-by-author-name: gitlint will be switching from
using Python regex 'match' (match beginning) to 'search' (match
anywhere) semantics.  Please review your ignore-by-author-name.regex
option accordingly. To remove this warning, set
general.regex-style-search=True. More details:
https://jorisroovers.github.io/gitlint/configuration/#regex-style-search

Signed-off-by: Anas Nashif <[email protected]>
@nashif nashif force-pushed the topic/gitlin/regex branch from 69478eb to 5157cca Compare July 18, 2025 13:19
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Coding Guidelines Coding guidelines and style size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants