From fe3530d227f600f7134b1108030743a012dc5851 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 16 Dec 2021 15:12:22 +0100 Subject: [PATCH] Add rpminspect.yaml to avoid warnings about xml files from tests --- rpminspect.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..2189c6a --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,7 @@ +--- +inspections: + # Since there won't be any other Qt updates (except backports) and not-valid + # xml files are only in the tests, we can completely skip this test instead of + # specifying all the files that should be ignored. + xml: off +