summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-17 18:05:45 +0100
committerJim Meyering <meyering@redhat.com>2012-01-21 15:07:01 +0100
commitc11a09e1151faa5317e7d0bf347f6379130a4efb (patch)
tree59c89203852b7c89e58920cf7aa58f9e0896ceeb
parent7f45e1ae3741d0e03657c0c883e9b6cd1591f87c (diff)
downloadgnulib-c11a09e1151faa5317e7d0bf347f6379130a4efb.tar.gz
maint: enable double-word-prohibiting rule
* cfg.mk (local-checks-to-skip): Enable sc_prohibit_doubled_word. Exempt three files.
-rw-r--r--ChangeLog6
-rw-r--r--cfg.mk3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f396efdec8..75db3b4089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-01-17 Jim Meyering <meyering@redhat.com>
+ 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 <meyering@redhat.com>
+
maint: remove empty lines at EOF, but excluding modules/*
Apply syntax rules at home as well as abroad. Most changes
were induced by running this:
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)$$