Disable bad-funcs test in rpminspect

This is needed to suppress rpminspect errors caused by gethostbyaddr,
gethostbyname, inet_addr and inet_ntoa function. Those functions are part
of the source codes for years, but they are not actually used.
This commit is contained in:
Ondrej Holy 2024-04-09 08:53:44 +02:00
parent 3aa4aa9113
commit 9714e09c82

3
rpminspect.yaml Normal file
View File

@ -0,0 +1,3 @@
---
inspections:
badfuncs: off