From 7e740c5252c3291d67def67d33e55b1a4560ae80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 31 Jan 2021 19:28:06 +0100 Subject: [PATCH] Add rpminspect file to skip failing tests --- rpminspect.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..174fbd2 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,13 @@ + # Disable badfuncs check that has tons of false positives. +badfuncs: + exclude_path: .* + +# don't report changed content of compiled files +# that is expected with every update +changedfiles: + exclude_path: .* + +# completely disabled inspections: +inspections: + # we know about our patches, no need to report anything + patches: off