# 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 .* (affine|crystallographers)') # This package has no binary bits addFilter(r'W: only-non-binary-in-usr-lib') # The documentation subpackage is the documentation addFilter(r'^gap-pkg-cryst-doc\.noarch: W: no-documentation')