From b659b5f93ae14644fa8441eeeec9c9e0fbde40d1 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 1 Apr 2020 12:24:34 +0200 Subject: [PATCH] syntax-check: Exempt tests/qemucapabilitiesdata from 'sc_prohibit_devname' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QEMU uses the 'devname' string in the QAPI schema so a bump would trigger this check. Exempt all of the capabilities data from the check. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- build-aux/syntax-check.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index db3c0cff0f..c7c938ac92 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -2102,7 +2102,7 @@ exclude_file_name_regexp--sc_prohibit_useless_translation = \ ^tests/virpolkittest.c exclude_file_name_regexp--sc_prohibit_devname = \ - ^(tools/virsh.pod|build-aux/syntax-check\.mk|docs/.*)$$ + ^(tools/virsh.pod|build-aux/syntax-check\.mk|docs/.*|tests/qemucapabilitiesdata/.*)$$ exclude_file_name_regexp--sc_prohibit_virXXXFree = \ ^(docs/|tests/|examples/|tools/|build-aux/syntax-check\.mk|src/test/test_driver.c|src/libvirt_public.syms|include/libvirt/libvirt-(domain|network|nodedev|storage|stream|secret|nwfilter|interface|domain-snapshot).h|src/libvirt-(domain|qemu|network|nodedev|storage|stream|secret|nwfilter|interface|domain-snapshot).c|src/qemu/qemu_shim.c$$)