From ac9581d80cfa5be8f738a95b0e74855eb54dd44e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 Nov 2011 10:39:32 +0100 Subject: [PATCH] maint: avoid new syntax-check failure due to indentation with TABs * cfg.mk (tbi_2): Exempt pre-applypatch, since it too is from git. --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 7b346a3810..0626f4802a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -392,7 +392,7 @@ exclude_file_name_regexp--sc_prohibit_fail_0 = \ exclude_file_name_regexp--sc_prohibit_atoi_atof = ^lib/euidaccess-stat\.c$$ tbi_1 = ^tests/pr/|(^gl/lib/reg.*\.c\.diff|Makefile(\.am)?|\.mk|^man/help2man)$$ -tbi_2 = ^scripts/git-hooks/(pre-commit|applypatch-msg)$$ +tbi_2 = ^scripts/git-hooks/(pre-commit|pre-applypatch|applypatch-msg)$$ exclude_file_name_regexp--sc_prohibit_tab_based_indentation = \ $(tbi_1)|$(tbi_2) -- 2.47.2