# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON # https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors # Spelling errors addFilter(r'W: spelling-error .* (gmp|templated|univariate)') # No man page for development-only scripts addFilter(r'W: no-manual-page-for-binary givaro-(config|makefile)') # Documentation for the -static subpackage is in -devel addFilter(r'^givaro-static\.[^:]+: W: no-documentation')