Add an rpmlintrc file

[skip changelog]
This commit is contained in:
Benjamin A. Beasley 2024-08-05 13:07:12 -04:00
commit 50a7af007f

6
python-urllib3.rpmlintrc Normal file
View file

@ -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)',")