From 50a7af007fa2609f717ea90eefcb14e59f0b8528 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 5 Aug 2024 13:07:12 -0400 Subject: [PATCH] Add an rpmlintrc file [skip changelog] --- python-urllib3.rpmlintrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python-urllib3.rpmlintrc diff --git a/python-urllib3.rpmlintrc b/python-urllib3.rpmlintrc new file mode 100644 index 0000000..0b83833 --- /dev/null +++ b/python-urllib3.rpmlintrc @@ -0,0 +1,6 @@ +# It is normal that extras metapackages should not have documentation, or any +# files at all. +addFilter(r"\+\w+\.\w+: W: no-documentation") +# Not real spelling errors +addFilter(r"spelling-error \('([Mm]etapackage)s?',") +addFilter(r"spelling-error \('(gzip|brotli|zstd)',")