diff cfg.mk @ 16298:934e44e9f2a5

maint: enable double-word-prohibiting rule * cfg.mk (local-checks-to-skip): Enable sc_prohibit_doubled_word. Exempt three files.
author Jim Meyering <meyering@redhat.com>
date Tue, 17 Jan 2012 18:05:45 +0100
parents 9e763e250026
children 1e8c74a6b668
line wrap: on
line diff
--- a/cfg.mk	Tue Jan 17 17:56:22 2012 +0100
+++ b/cfg.mk	Tue Jan 17 18:05:45 2012 +0100
@@ -25,7 +25,6 @@
   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 @@
 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)$$