f4c88a4447
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-sphinx_rtd_theme#bed24229d1e071065fc12488b2b78dbf35183965
9 lines
349 B
Plaintext
9 lines
349 B
Plaintext
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
|
|
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
|
|
|
|
# Words not in the dictionary
|
|
addFilter(r'W: spelling-error .* (readthedocs|rtd)')
|
|
|
|
# Dangling font symlinks: the Requires ensure they will not dangle
|
|
addFilter(r'W: dangling-symlink .*fonts')
|