rpmlint: Ignore venv spelling error

[skip changelog]
This commit is contained in:
Miro Hrončok 2024-08-05 14:27:19 +02:00
commit f0db4e7df0

View file

@ -7,3 +7,6 @@ addFilter(r'non-executable-script .+/pip/_vendor/distro/distro.py\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"E: spelling-error .+'venv'")