]> xenbits.xensource.com Git - libvirt.git/commitdiff
syntax-check: drop prohibit_undesirable_word_seq
authorJán Tomko <jtomko@redhat.com>
Wed, 15 Jun 2016 16:09:04 +0000 (18:09 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 16 Jun 2016 05:57:53 +0000 (07:57 +0200)
This checks forbids using "can not" and checks the placement
of some texinfo tags.

Drop it since we do not use texinfo and the check takes almost
twice as much as the rest of the checks.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 297ca3a4dfa4e7cde7eade7283ac4c80d4112558..d82070d770177b868cb01d9a143088036651ba42 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -64,6 +64,7 @@ local-checks-to-skip =                        \
   sc_prohibit_quote_without_use                \
   sc_prohibit_quotearg_without_use     \
   sc_prohibit_stat_st_blocks           \
+  sc_prohibit_undesirable_word_seq     \
   sc_root_tests                                \
   sc_space_tab                         \
   sc_sun_os_names                      \