9 lines
371 B
Plaintext
9 lines
371 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 lacks some technical words
|
|
addFilter(r'spelling-error .* (dually|prover|satisfiability)')
|
|
|
|
# Documentation is in the main package
|
|
addFilter(r'^cvc4-(java|libs|python3)\.[^:]+: W: no-documentation')
|