From e6b918c6f53a9f4422af1dbf14a1e5df4fa3e0cb Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 1 Apr 2024 22:07:41 -0400 Subject: [PATCH] Add an rpmlintrc file [skip changelog] --- python-pymapvbvd.rpmlintrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python-pymapvbvd.rpmlintrc diff --git a/python-pymapvbvd.rpmlintrc b/python-pymapvbvd.rpmlintrc new file mode 100644 index 0000000..3eb93a5 --- /dev/null +++ b/python-pymapvbvd.rpmlintrc @@ -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\.")