Add an rpmlintrc file

[skip changelog]
This commit is contained in:
Benjamin A. Beasley 2024-04-01 22:07:41 -04:00
commit e6b918c6f5

View file

@ -0,0 +1,7 @@
# 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\.")