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 .* (congruences|multithreaded|(S|s)emigroups?|(sub)?monoids?)')

# The documentation is in the doc subpackage
addFilter(r'libsemigroups-devel\.[^:]+: W: no-documentation')

# The Requires ensure the links do not dangle
addFilter(r'libsemigroups-doc\.noarch: W: dangling-symlink')