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

# The dictionary is missing some technical terms
addFilter(r'W: spelling-error .* (bipartitions|monoids|normalizer|Semigraphs|semigroup|subsemigroups)')

# This package has no binary bits
addFilter(r'gap-pkg-semigroups-doc\.noarch: W: only-non-binary-in-usr-lib')

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

# These files are empty, but still necessary
addFilter(r'gap-pkg-semigroups-doc\.noarch: E: zero-length .*/doc/.*\.xml')