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.
This commit is contained in:
Eric Blake 2010-11-30 13:29:19 -07:00
parent a33db6cbfb
commit dd70168a5b

4
cfg.mk
View File

@ -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 \