9 lines
372 B
Plaintext
9 lines
372 B
Plaintext
# 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 .* irreducibility')
|
|
|
|
# The configure script is not generated by autotools
|
|
addFilter(r'ntl.spec:[^:]+: W: configure-without-libdir-spec')
|