From 2417d265fd21597830bb07ec93d437f9bbe42f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= Date: Tue, 16 Apr 2024 12:09:50 +0200 Subject: [PATCH] Bring rpminspect config from c9s, disabling the badfuncs and unicode checks, because the codebase is old, and in the locale data, there are many of the forbidden unicode characters --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..e99ccb4 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,4 @@ +--- +inspections: + badfuncs: off + unicode: off