bug-patch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-patch] [PATCH 08/15] tests: temporarily disable failing syntax-chec


From: Jim Meyering
Subject: [bug-patch] [PATCH 08/15] tests: temporarily disable failing syntax-check rules
Date: Sat, 26 Mar 2011 14:32:03 +0100

From: Jim Meyering <address@hidden>

* cfg.mk (local-checks-to-skip): Define, to skip all of the
currently-failing syntax-check rules.  We'll reenable them
one by one, as problems are addressed.
---
 cfg.mk |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 819c1b5..38a8a3c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -19,3 +19,21 @@ config_h_header = <(common|config)\.h>
 update-copyright-env = \
   UPDATE_COPYRIGHT_USE_INTERVALS=1 \
   UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
+
+local-checks-to-skip = \
+  sc_GPL_version \
+  sc_bindtextdomain \
+  sc_copyright_check \
+  sc_file_system \
+  sc_immutable_NEWS \
+  sc_obsolete_symbols \
+  sc_program_name \
+  sc_prohibit_always-defined_macros \
+  sc_prohibit_always-defined_macros \
+  sc_prohibit_always_true_header_tests \
+  sc_prohibit_magic_number_exit \
+  sc_prohibit_strcmp \
+  sc_prohibit_test_minus_ao \
+  sc_require_test_exit_idiom \
+  sc_space_tab \
+  sc_useless_cpp_parens
-- 
1.7.1.354.ge64bd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]