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 .* differentiable')

# This package has no binary bits
addFilter(r'coin-or-Ipopt-(mpich|openmpi)-devel\.[^:]+: W: only-non-binary-in-usr-lib')

# The documentation is in the common subpackage
addFilter(r'coin-or-Ipopt(-mpich|-openmpi)?(-devel)?\.[^:]+: W: no-documentation')

# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1805858
addFilter(r'coin-or-Ipopt\.spec:[^:]+: W: configure-without-libdir-spec')