Add rpminspect config to module

This commit is contained in:
Jesus Checa Hidalgo 2023-05-24 08:22:25 +02:00
parent e0255053a1
commit dccdaf1d90
1 changed files with 12 additions and 0 deletions

12
rpminspect.yaml Normal file
View File

@ -0,0 +1,12 @@
---
debuginfo:
ignore:
# i686 has limited debuginfo. From rust.spec
# full debuginfo is exhausting memory; just do libstd for now
# https://github.com/rust-lang/rust/issues/45854
- /usr/lib/debug/usr/bin/rustc-*.i386.debug
doc:
# Doc inspection generates massive output which crash RHEL CI
ignore:
- /usr/share/doc/rust/html/*