python-chardet/python-chardet.rpmlintrc
Benjamin A. Beasley efdc312e8f Add an rpmlintrc file
[skip changelog]
2024-03-28 20:10:20 -04:00

6 lines
324 B
Text

# 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")