Blob Blame History Raw
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors

# This file is empty on purpose
addFilter(r'E: zero-length .*sympy/strategies/tests/test_strat\.py')

# There really is no documentation for the TeXmacs plugin
addFilter(r'sympy-texmacs\.noarch: W: no-documentation')
addFilter(r'sympy-texmacs\.noarch: W: no-manual-page-for-binary tm_sympy')

# We use the versions of jquery and js-underscore that sphinx gives us
addFilter(r'W: unversioned-explicit-provides bundled\((jquery|js-underscore)\)')