From 3c1a1c50645d863d6fcf8a347d31f9858c51b4e0 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 5 Oct 2021 13:05:06 -0400 Subject: [PATCH] Add rpminspect configuration (no code changes) Signed-off-by: Robbie Harwood --- rpminspect.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..4c08189 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,13 @@ +--- +inspections: + # Not a Java package + javabytecode: off + + # These just flag when things change "too much" + changedfiles: off + filesize: off + patches: off + upstream: off + + # https://bugzilla.redhat.com/show_bug.cgi?id=2010936 + annocheck: off