From a9a32621e83d81c36a2818048354891373e7ad4e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 26 Sep 2014 17:18:17 -0700 Subject: maint: enable sc_prohibit_always_true_header_tests syntax check * cfg.mk (local-checks-to-skip): Remove its exemption. Exempt configure.ac. --- cfg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 678cc70..bb51f3b 100644 --- a/cfg.mk +++ b/cfg.mk @@ -32,7 +32,6 @@ local-checks-to-skip = \ sc_long_lines \ sc_m4_quote_check \ sc_po_check \ - sc_prohibit_always_true_header_tests \ sc_prohibit_atoi_atof \ sc_prohibit_empty_lines_at_EOF \ sc_prohibit_magic_number_exit \ @@ -140,3 +139,5 @@ exclude_file_name_regexp--sc_prohibit_doubled_word = \ exclude_file_name_regexp--sc_program_name = ^testsuite/.*\.c$$ exclude_file_name_regexp--sc_space_tab = ^testsuite/.*$$ +exclude_file_name_regexp--sc_prohibit_always_true_header_tests = \ + ^configure\.ac$$ -- cgit v1.2.1