d200b0c
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
d200b0c
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
d200b0c
d200b0c
# The dictionary is missing some technical terms
d200b0c
addFilter(r'W: spelling-error .* combinatorial')
d200b0c
d200b0c
# The documentation is in the main package
d200b0c
addFilter(r'4ti2-devel\.[^:]+: W: no-documentation')
d200b0c
d200b0c
# If gnulib leaves a version number behind somewhere, I can't find it
d200b0c
addFilter(r'4ti2\.spec:[^:]+: W: unversioned-explicit-provides bundled\(gnulib\)')