903b01b
# This is just temporary, when upstream merges PRs it can be removed
903b01b
# https://github.com/ActiveState/appdirs/pull/144
903b01b
# https://github.com/psf/requests/pull/5410
903b01b
addFilter(r'(non-executable-script|wrong-script-interpreter) .+/pip/_vendor/appdirs.py\b')
903b01b
addFilter(r'(non-executable-script|wrong-script-interpreter) .+/pip/_vendor/requests/certs.py\b')
903b01b
8825fe5
# REQUESTED dist-info file is not meant to have any content
8825fe5
# Discussion: https://src.fedoraproject.org/rpms/python-pip/pull-request/69#comment-52525
8825fe5
addFilter(r'zero-length .+/site-packages/.+\.dist-info/REQUESTED\b')
8825fe5
903b01b
# We ship README with the main package but not with the wheel
903b01b
addFilter(r'python-pip-wheel.noarch: W: no-documentation')
903b01b
903b01b
# SPELLING ERRORS
903b01b
addFilter(r'W: spelling-error .* venv')