Add an rpmlintrc file
[skip changelog]
This commit is contained in:
parent
f2f44d0e41
commit
e6b918c6f5
1 changed files with 7 additions and 0 deletions
7
python-pymapvbvd.rpmlintrc
Normal file
7
python-pymapvbvd.rpmlintrc
Normal 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\.")
|
||||
Loading…
Add table
Add a link
Reference in a new issue