| Message ID | 20251031095057.1181439-1-barnabas.pocze@ideasonboard.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
diff --git a/utils/checkstyle.py b/utils/checkstyle.py index f6229bbd86..fa1355c173 100755 --- a/utils/checkstyle.py +++ b/utils/checkstyle.py @@ -541,7 +541,7 @@ class TrailersChecker(CommitChecker): known_trailers = { 'Acked-by': email_regex, - 'Bug': link_regex, + 'Closes': link_regex, 'Co-developed-by': email_regex, 'Fixes': commit_regex, 'Link': link_regex,