# 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 .* (deserialization|xUnit)') # Warnings due to symlinking to, rather than bundling, iso8601 addFilter(r'W: dangling-symlink .*iso8601') addFilter(r'W: python-bytecode-without-source .*iso8601')