From b337c32a12b03bb7b7114163d83b671265c4c834 Mon Sep 17 00:00:00 2001 From: Aleksandra Fedorova Date: Tue, 16 Nov 2021 19:03:32 +0100 Subject: [PATCH] Tweak rpminspect configuration - git-all is a metapackage which is expected to be empty - gitk and other scripts are written in Tcl thus they don't pass shell syntax check --- rpminspect.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..dfd335c --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,11 @@ +--- + +shellsyntax: + ignore: + - /usr/libexec/git-core/git-gui # It is a Tcl script, not shell + - /usr/libexec/git-core/git-gui--askpass # It is a Tcl script, not shell + - /usr/bin/gitk # It is a Tcl script, not shell + +emptyrpm: + expected_empty: + - git-all # metapackage