cvc4/cvc4.rpmlintrc

9 lines
371 B
Plaintext
Raw Normal View History

2019-11-12 05:23:40 +00:00
# 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')