From fcd48d1a8f6f572827cdd55c09b639e5f6b6c716 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Sep 2014 18:37:39 -0700 Subject: maint: enable double-word prohibition * cfg.mk (local-checks-to-skip): Remove exemption for sc_prohibit_doubled_word. Exempt 4 files under testsuite/. --- cfg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)$$ -- cgit v1.2.1