# HG changeset patch # User Jim Meyering # Date 1326819945 -3600 # Node ID 934e44e9f2a59f5cec25d7609587eac2cf305c9c # Parent 9e763e250026db7f45eb8638f3a83dec10bc646b maint: enable double-word-prohibiting rule * cfg.mk (local-checks-to-skip): Enable sc_prohibit_doubled_word. Exempt three files. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-01-17 Jim Meyering + + maint: enable double-word-prohibiting rule + * cfg.mk (local-checks-to-skip): Enable sc_prohibit_doubled_word. + Exempt three files. + 2012-01-17 Jim Meyering maint: remove empty lines at EOF, but excluding modules/* diff --git a/cfg.mk b/cfg.mk --- a/cfg.mk +++ b/cfg.mk @@ -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)$$