Blob Blame History Raw
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors

# This package has no binary bits
addFilter(r'W: only-non-binary-in-usr-lib')

# The documentation subpackage is the documentation
addFilter(r'^gap-pkg-utils-doc\.noarch: W: no-documentation')

# The examples produce an empty file, but we have to keep it anyway
addFilter(r'gap-pkg-utils-doc\.noarch: E: zero-length .*_Chunks\.xml')