From fcbbc084b6c73e3c3e71f2ef65a6e2d67894da5c Mon Sep 17 00:00:00 2001 From: Miroslav Lisik Date: Wed, 8 Dec 2021 17:37:10 +0100 Subject: [PATCH] add rpminspect configuration file --- rpminspect.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..aab6587 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,8 @@ +xml: + # exclude ruby templates from checks + exclude_path: .*\.erb$ + +shellsyntax: + # exclude ruby templates from checks + ignore: + - /usr/lib*/pcsd/vendor/bundle/gems/thin*/lib/thin/controllers/*.erb