From 2c373e74ddc013cd85a92246f261e4e62facadc9 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 21 Jan 2022 10:30:33 +0200 Subject: [PATCH] Skip badfuncs rpminspect checks due to how YP bind is defined YP bind structure is defined with IPv4 address only, thus use of inet_ntoa() is valid here. Signed-off-by: Alexander Bokovoy --- rpminspect.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..0c3bdf7 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + badfuncs: off