rpminspect: another attempt to exclude unicode error

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2024-02-01 09:11:31 -05:00
parent be157516d8
commit 2601a942ca

View File

@ -15,6 +15,14 @@ debuginfo:
elf:
exclude_path: ^/usr/share/qemu/(u-boot.e500|hppa-firmware.img)$
# CryptoPkg fuzz tests have invalid unicode, but I assume that's intentional
unicode:
exclude: .*edk2/CryptoPkg.*
# bundled edk2 source CryptoPkg fuzz tests have invalid unicode,
# but I assume that's intentional
#
# We would exclude that path using `unicode:` section, but fedora CI
# doesn't allow it:
# rpminspect: *** ignoring 'unicode' section in ...rpminspect.yaml; only allowed in system-wide configuration
#
# So instead we fully disable the unicode check
inspections:
unicode: off