From 2ca285bdbc0da7102cb3aa59d697afe3af7e0d06 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 17 Jan 2012 10:58:54 +0100 Subject: maint: placate syntax-check rules: exempt some false positives * cfg.mk: Exempt maint.mk from the "undesirable word seq" check. Exempt maint.mk and autoconf.texi from the test_minus_ao check. --- cfg.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index a66c247c..5c2e5e54 100644 --- a/cfg.mk +++ b/cfg.mk @@ -116,3 +116,7 @@ update-copyright-env = \ # Prevent incorrect NEWS edits. old_NEWS_hash = 6a8aa950938fba063f3dc2b0e11e67e8 + +exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^maint\.mk$$ +exclude_file_name_regexp--sc_prohibit_test_minus_ao = \ + ^(maint\.mk|doc/autoconf\.texi)$$ -- cgit v1.2.1