Add an rpmlintrc file
[skip changelog]
This commit is contained in:
parent
c079aef0ca
commit
efdc312e8f
1 changed files with 6 additions and 0 deletions
6
python-chardet.rpmlintrc
Normal file
6
python-chardet.rpmlintrc
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue