python-chardet/python-chardet.rpmlintrc
Benjamin A. Beasley be25609845 Use zstd instead of xz for filtered source archive compression
This is based on the relative health of the upstream projects.
2024-04-04 22:48:39 -04:00

6 lines
343 B
Text

# Not a real spelling error:
addFilter(r" spelling-error \('([Pp]rober)s?',")
# This Source cannot be a URL because we must filter out certain files.
addFilter(r" invalid-url Source[0-9]+: chardet-.*-filtered\.tar\.zst")
# Bogus; it is a perfectly fine zstandard file.
addFilter(r" inconsistent-file-extension chardet-.*-filtered\.tar\.zst$")