rpminspect: Another attempt to ignore badfuncs
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
6b4bb5d4e2
commit
cf84426a04
@ -1,8 +1,3 @@
|
||||
# complains about qemu use of: gethostbyname, inet_aton, inet_ntoa
|
||||
# but warning here isn't really accomplishing anything
|
||||
badfuncs:
|
||||
exclude_path: .*
|
||||
|
||||
# These pre-compiled files have `.symtab`
|
||||
debuginfo:
|
||||
ignore:
|
||||
@ -16,6 +11,11 @@ elf:
|
||||
exclude_path: ^/usr/share/qemu/(u-boot.e500|hppa-firmware.img)$
|
||||
|
||||
|
||||
inspections:
|
||||
# complains about qemu use of: gethostbyname, inet_aton, inet_ntoa
|
||||
# Warning here isn't really accomplishing anything
|
||||
badfuncs: off
|
||||
|
||||
# bundled edk2 source CryptoPkg fuzz tests have invalid unicode,
|
||||
# but I assume that's intentional
|
||||
#
|
||||
@ -24,5 +24,4 @@ elf:
|
||||
# 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