rpminspect: another attempt to exclude unicode
error
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
be157516d8
commit
2601a942ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user