From f7aa431fee0fc312085a5e3968f8d16f0d695285 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 14 Jun 2021 19:25:55 +0200 Subject: [PATCH] Resolves: rhbz#1966966 add a rpminspect.yaml to ignore false positives appstream contains some html files in the documentation. rpminspect reports errors about these. These are false positives, see: https://github.com/rpminspect/rpminspect/issues/449 --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..8803179 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,4 @@ +--- +xml: + ignore: # https://github.com/rpminspect/rpminspect/issues/449 + - "*.html"