# 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 .* (Extcode|iteratively|polytopes?|pre)') # The Requires ensure the symlinks will not dangle addFilter(r'W: dangling-symlink') # This file is incorrectly detected as a devel file addFilter(r'W: devel-file-in-non-devel-package .*sage-env-config') # objects.inv files are not text addFilter(r'W: file-not-utf8 .*objects\.inv') addFilter(r'W: wrong-file-end-of-line-encoding .*objects\.inv') # This file uses no symbols from glibc addFilter(r'E: library-not-linked-against-libc .*/bit_vector_operations/cc\.cpython-38-x86_64-linux-gnu\.so') # Documentation is in the -doc subpackages addFilter(r'W: no-documentation')