From dd70168a5bb7684f238e57173054c694f4f7f3cc Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 30 Nov 2010 13:29:19 -0700 Subject: [PATCH] maint: allow 'make syntax-check' to run again * cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Permanently exempt docs/news.html.in from all future syntax checks. --- cfg.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg.mk b/cfg.mk index ee182b7cf2..5576ecb8c5 100644 --- a/cfg.mk +++ b/cfg.mk @@ -64,6 +64,10 @@ local-checks-to-skip = \ sc_makefile_check \ sc_useless_cpp_parens +# Files that should never cause syntax check failures. +VC_LIST_ALWAYS_EXCLUDE_REGEX = ^docs/news.html.in$$ + +# Functions like free() that are no-ops on NULL arguments. useless_free_options = \ --name=VIR_FREE \ --name=sexpr_free \ -- GitLab