Improve the rpmlintrc file
[skip changelog]
This commit is contained in:
parent
0801ef07cf
commit
618e4aaaab
1 changed files with 6 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
# There is really no version information available.
|
||||
addFilter(r' unversioned-explicit-provides bundled\(7zip\)')
|
||||
# Every RPM has this…
|
||||
addFilter(r' strange-permission advancecomp\.spec 600$')
|
||||
# Spec file comment shows that exact version is unknown
|
||||
addFilter(r" unversioned-explicit-provides bundled\(7zip\)")
|
||||
# Not real spelling errors
|
||||
addFilter(r" spelling-error \('[Rr]ecompression',")
|
||||
addFilter(r" spelling-error \('([pm]ng|gz)',")
|
||||
addFilter(r" spelling-error \('adv(zip|[pm]ng|def)',")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue