From 426d40e761d8d4e533a53f31dff1962b16c94cee Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Tue, 2 May 2023 11:14:12 +0200 Subject: [PATCH] Introduce rpminspect.yaml --- rpminspect.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..3e3876d --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,15 @@ +--- +emptyrpm: + # The systemtap subrpm only is a metapackage requiring other + # packages. An empty payload there is expected. + expected_empty: + - systemtap +shellsyntax: + # The following files are systemtap scripts, not shell scripts. + # Skip the shell syntax checks for systemtap scripts. + ignore: + - /usr/share/systemtap/examples/stapgames/2048.stp + - /usr/share/systemtap/testsuite/semko/autocast10.stp + - /usr/share/systemtap/testsuite/semok/autocast10.stp + - /usr/share/systemtap/testsuite/parseko/autocast02.stp + - /usr/share/systemtap/testsuite/systemtap.examples/stapgames/2048.stp