The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-networkx#aa4e222643cf1deb8f80c081308a38f0c5eb3232
12 lines
483 B
Plaintext
12 lines
483 B
Plaintext
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
|
|
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
|
|
|
|
# Zip files are not text
|
|
addFilter(r'W: file-not-utf8 .*.zip')
|
|
|
|
# Dangling font symlinks: the Requires ensures they will not dangle
|
|
addFilter(r'W: dangling-symlink .*fonts')
|
|
|
|
# We use the versions of jquery and js-underscore that sphinx gives us
|
|
addFilter(r'W: unversioned-explicit-provides bundled\((jquery|js-underscore)\)')
|