maint: disable syntax checks on local gnulib patches

The syntax checks might trip over problems in the gnulib code itself
when scanning the local patches.  Since it's unlikely these checks
will find anything useful, just disable them for the gl/ patches.

* cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Ignore ^gl/.
This commit is contained in:
Mike Frysinger 2024-01-14 23:02:01 -05:00
parent 3c19bfd4fb
commit 55e703a96b

4
cfg.mk
View File

@ -44,8 +44,8 @@ else
announcement_Cc_ = autotools-announce@gnu.org, $(PACKAGE_BUGREPORT)
endif
# Don't syntax check the mail subdirectory.
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
# Don't syntax check the mail subdirectory or patches to gnulib itself.
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^(mail|gl)/
local-checks-to-fix = \
sc_require_config_h \