summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-26 17:18:17 -0700
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:34 -0800
commita9a32621e83d81c36a2818048354891373e7ad4e (patch)
tree4b4821c6245194ff5e28a56f24017e6c32ef3051
parentbf954de99d5b16de27577036e9dbb8b5ea7e1a72 (diff)
downloadsed-a9a32621e83d81c36a2818048354891373e7ad4e.tar.gz
maint: enable sc_prohibit_always_true_header_tests syntax check
* cfg.mk (local-checks-to-skip): Remove its exemption. Exempt configure.ac.
-rw-r--r--cfg.mk3
1 files changed, 2 insertions, 1 deletions
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$$