Add an rpmlintrc file

[skip changelog]
This commit is contained in:
Benjamin A. Beasley 2024-03-28 20:10:05 -04:00
commit efdc312e8f

6
python-chardet.rpmlintrc Normal file
View file

@ -0,0 +1,6 @@
# Not a real spelling error:
addFilter(r" spelling-error \('([Pp]rober)s?',")
# This Source cannot be a URL because we must filter out certain files.
addFilter(r" invalid-url Source[0-9]+: chardet-.*-filtered\.tar\.xz")
# This is a maintainer script; it should be executable
addFilter(r" strange-permission get_source 775")