python-pymapvbvd/python-pymapvbvd.rpmlintrc
Benjamin A. Beasley d772e286e7 Compress test data with zstd instead of xz
The result is a moderate size increase (~8%), but also tremendously
faster decompression, which results in a modest but noticeable
improvement in overall build time.

The real basis for the change is the relative upstream healths of the
two projects.
2024-04-05 11:03:07 -04:00

9 lines
435 B
Text

# Not real spelling errors.
# - "dat" is from the extension ".dat"
# - "twix" is a data format
addFilter(r" spelling-error \('(dat|twix)',")
# This source cannot be a URL because we must use a script to download its
# contents from git-lfs.
addFilter(r" invalid-url Source[0-9]+: pyMapVBVD-test-data\.tar\.zst$")
# Bogus; it is a perfectly fine zstandard file.
addFilter(r" inconsistent-file-extension pyMapVBVD-test-data\.tar\.zst$")