.patman: Ignore bad tags.

The feature is not used in Guix, and it produces extraneous warnings.

* .patman (ignore_bad_tags): Set option to True.
This commit is contained in:
Maxim Cournoyer 2023-02-25 23:07:32 -05:00
parent a7c7363a82
commit cb0d8100b2
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ add_signoff: False
get_maintainer_script: etc/teams.scm get-maintainer
# TODO: enable check_patch
check_patch: False
ignore_bad_tags: True