Bring rpminspect.yaml over from Brew dist-git

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2023-03-10 11:07:38 -08:00
parent 31c3909933
commit 2135fd5c13

9
rpminspect.yaml Normal file
View File

@ -0,0 +1,9 @@
---
changedfiles:
# ignore the Python bytecode files; they change with every build
ignore:
- "*.pyc"
patches:
# allow for larger patches without complaining
file_count_threshold: 100