972c9aaa7f
Fix cross-references in the documentation.
9 lines
380 B
Plaintext
9 lines
380 B
Plaintext
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
|
|
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
|
|
|
|
# No man page: user should not invoke the script directly
|
|
addFilter(r'W: no-manual-page-for-binary cysignals-CSI')
|
|
|
|
# Documentation is in the -doc subpackage
|
|
addFilter(r'python3-cysignals-devel\.[^:]+: W: no-documentation')
|