From: Ján Tomko Date: Wed, 15 Jun 2016 16:09:04 +0000 (+0200) Subject: syntax-check: drop prohibit_undesirable_word_seq X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3a9d1f37012e78ab55c6c5b2f4f59604b0496bd8;p=libvirt.git syntax-check: drop prohibit_undesirable_word_seq 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. --- diff --git a/cfg.mk b/cfg.mk index 297ca3a4df..d82070d770 100644 --- 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 \