From 5336de0daf54937caba8366fbcd582b57fe5c1d0 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Tue, 29 Oct 2024 09:58:02 +0100 Subject: [PATCH] Update rpminspect config rpminspect now allows to set unicode ignore rules on the dist-git config Add the known example for misleading bidirectional shipped with clang-tidy docs here, so we don't need to update the rpminspect-data-fedora package every single new fedora release. --- rpminspect.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 41a17d6..18c241f 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -17,3 +17,8 @@ badfuncs: - gethostbyname - gethostbyname2 - inet_aton + +unicode: + ignore: + # Ignore bidirectional unicode sequence documentation file + - llvm-project-*.src/clang-tools-extra/docs/clang-tidy/checks/misc/misleading-bidirectional.rst