python-pymapvbvd/python-pymapvbvd.rpmlintrc
Benjamin A. Beasley e6b918c6f5 Add an rpmlintrc file
[skip changelog]
2024-04-01 22:07:41 -04:00

7 lines
304 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 Source1: pyMapVBVD-test-data\.tar\.")