From c11a09e1151faa5317e7d0bf347f6379130a4efb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 17 Jan 2012 18:05:45 +0100 Subject: maint: enable double-word-prohibiting rule * cfg.mk (local-checks-to-skip): Enable sc_prohibit_doubled_word. Exempt three files. --- cfg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index b4e41715c2..ab75ffe82a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -25,7 +25,6 @@ local-checks-to-skip = \ sc_prohibit_c_ctype_without_use \ sc_prohibit_cloexec_without_use \ sc_prohibit_dirent_without_use \ - sc_prohibit_doubled_word \ sc_prohibit_error_without_use \ sc_prohibit_getopt_without_use \ sc_prohibit_hash_pjw_without_use \ @@ -57,3 +56,5 @@ local-checks-to-skip = \ empty-at-EOF = /fr/LC_MESSAGES/test-quotearg\.mo$$|^doc/INSTALL(\.(ISO|UTF-8))? exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ ^modules/|^lib/javaversion\.class$$|$(empty-at-EOF) +exclude_file_name_regexp--sc_prohibit_doubled_word = \ + ^(tests/test-init\.sh|lib/base(32|64)\.c)$$ -- cgit v1.2.1