summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-03-01 08:57:00 +0100
committerJim Meyering <meyering@redhat.com>2011-03-27 09:16:42 +0200
commit38cecf52b68d730b0e4c2ae0ea37d5997b8e6276 (patch)
tree6491205db3a9734e299b9cebe2c62cf21a1422d8
parent7db26531249dc63cbc83fe98def44beca37545dd (diff)
downloadpatch-38cecf52b68d730b0e4c2ae0ea37d5997b8e6276.tar.gz
tests: temporarily disable failing syntax-check rules
* 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.
-rw-r--r--cfg.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 819c1b5..aab8e05 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -19,3 +19,20 @@ 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_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