From ebb36a52cc0a9f2bd31973fc0d08179163006818 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Tue, 15 Feb 2022 15:51:58 +0100 Subject: [PATCH] Add rpminspect config file. annocheck test failures are expected due to lto being disabled unicode test failures are expected due to bidi patches Related: rhbz#2001132 --- rpminspect.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..5e61a3d --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,12 @@ +--- +annocheck: + # Currently lto is disabled globally for clang. + # Note that all (default hardened) flags need to be repeated here, if + # you override some config flags it will completely overwrite the + # defaults (--ignore-unknown --verbose). + - hardened: --ignore-unknown --verbose --skip-lto + +unicode: + ignore: + # This patch intentionally contains forbidden code points + - 0002-Misleading-bidirectional-detection.patch