maint: commit-msg: add 'getlimits' as a supported tag

* scripts/git-hooks/commit-msg (@valid): Add getlimits.
This commit is contained in:
Collin Funk 2025-12-26 17:49:39 -08:00
parent 0ffd9a1812
commit 1902c97d67

View File

@ -24,7 +24,7 @@ my @valid = qw(
sum sync tac tail tee test timeout touch tr true truncate tsort
tty uname unexpand uniq unlink uptime users vdir wc who whoami yes
all copy gnulib tests maint doc build scripts sha\*sum
all copy getlimits gnulib tests maint doc build scripts sha\*sum
);
my $v_or = join '|', @valid;
my $valid_regex = qr/^(?:$v_or)$/;