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
This commit is contained in:
Mike FABIAN 2021-06-14 19:25:55 +02:00
parent a3deb27d9a
commit f7aa431fee
1 changed files with 4 additions and 0 deletions

4
rpminspect.yaml Normal file
View File

@ -0,0 +1,4 @@
---
xml:
ignore: # https://github.com/rpminspect/rpminspect/issues/449
- "*.html"