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