From 25c553aff2fef86073e7673e3c4c69a528895f9c Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Thu, 1 Dec 2022 10:43:23 +0000 Subject: [PATCH] Add rpminspect config file to disable javabytecode test Resolves: #2149485 side-tag: c9s-build-side-1378-stack-gate --- rpminspect.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..8b4fa58 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + javabytecode: off