From bd72d734425e809f427316f3375f9dd49231d856 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sun, 7 Aug 2022 00:58:42 +0200 Subject: [PATCH] rpminspect - introduce a global ignore list --- rpminspect.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 201eb49..792676c 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,3 +1,11 @@ +# Set up global ignore list +ignore: + # mysql-test/ directory contains an extensive test-suite of about 20.000 files; + # It is very time consuming to be fully analysed and the results aren't useful anyway + # It is expected the tests change during rebases, as the underlying functionality the test evolve + # Some of the tests contain broken or problematic code, however that is on purpose + - /usr/share/mysql-test/ + badfuncs: ignore: # udf_example.so can be ignored, as it is an example of how to write loadable functions