summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-14 18:37:39 -0700
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:34 -0800
commitfcd48d1a8f6f572827cdd55c09b639e5f6b6c716 (patch)
treea9eee267a270dba211aa46fb9d1f3014b611e130
parent5e695354a72f2c814f93a6d0805fad9f15392699 (diff)
downloadsed-fcd48d1a8f6f572827cdd55c09b639e5f6b6c716.tar.gz
maint: enable double-word prohibition
* cfg.mk (local-checks-to-skip): Remove exemption for sc_prohibit_doubled_word. Exempt 4 files under testsuite/.
-rw-r--r--cfg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 8cc03cd..e00201d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -38,7 +38,6 @@ local-checks-to-skip = \
sc_program_name \
sc_prohibit_always_true_header_tests \
sc_prohibit_atoi_atof \
- sc_prohibit_doubled_word \
sc_prohibit_empty_lines_at_EOF \
sc_prohibit_magic_number_exit \
sc_prohibit_strcmp \
@@ -140,3 +139,5 @@ update-copyright-env = \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
exclude_file_name_regexp--sc_long_lines = ^tests/.*$$
+exclude_file_name_regexp--sc_prohibit_doubled_word = \
+ ^testsuite/(mac-mf|uniq)\.(good|inp)$$