178c4d4
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
178c4d4
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
178c4d4
178c4d4
# The dictionary is missing some technical terms
178c4d4
addFilter(r'W: spelling-error .* (ilogcp|nl)')
178c4d4
178c4d4
# We require jacop, so this symlink does not dangle
178c4d4
addFilter(r'W: dangling-symlink /usr/lib(64)?/mp/bin/lib/jacop-.*\.jar')
178c4d4
178c4d4
# Source2 does not have an upstream URL
178c4d4
addFilter(r'mp\.spec: W: invalid-url Source2:')
178c4d4
178c4d4
# Documentation is in the mp-doc subpackage
178c4d4
addFilter(r'mp-devel\.[^:]+: W: no-documentation')
178c4d4
178c4d4
# This file may be empty, but links point to it
178c4d4
addFilter(r'mp-doc\.[^:]+: E: zero-length /usr/share/doc/mp-doc/models/compl/changes')