[Top][All Lists]
[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
- [bug-patch] [PATCH 00/15] *** SUBJECT HERE ***, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 03/15] maint: add some m4 quoting, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 08/15] tests: temporarily disable failing syntax-check rules,
Jim Meyering <=
- [bug-patch] [PATCH 01/15] maint: use gnulib's maintainer-makefile module, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 02/15] maint: arrange for the sc_require_config_h_first test to pass, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 04/15] maint: remove trailing blanks, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 09/15] build: avoid three gcc warnings, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 15/15] build: don't turn off -Wmissing-declarations, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 13/15] maint: remove now-unneeded macro definitions, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 14/15] build: don't turn off -Wmissing-prototypes, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 05/15] maint: allow the sc_prohibit_empty_lines_at_EOF test to pass, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 07/15] build: accept new configure-time option --enable-gcc-warnings, Jim Meyering, 2011/03/26