1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

.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

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