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.
9 lines
435 B
Text
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$")
|