Final touches to the rpmlintrc file
This commit is contained in:
parent
a2df6900a7
commit
03bdb93231
@ -29,6 +29,9 @@ addFilter(r'no-manual-page-for-binary pypy(3(\.\d+)?)?')
|
|||||||
# missing documentation from subpackages
|
# missing documentation from subpackages
|
||||||
addFilter(r'^pypy3(\.\d+)?-(debug|tkinter|test|idle)\.[^:]+: (E|W): no-documentation')
|
addFilter(r'^pypy3(\.\d+)?-(debug|tkinter|test|idle)\.[^:]+: (E|W): no-documentation')
|
||||||
|
|
||||||
|
# Obviously deliberately empty file(s)
|
||||||
|
addFilter(r'hidden-file-or-dir /usr/lib(64)?/pypy3\.\d+/.*\.empty')
|
||||||
|
|
||||||
# we have extra tokens at the end of %endif/%else directives, we consider them useful
|
# we have extra tokens at the end of %endif/%else directives, we consider them useful
|
||||||
addFilter(r'extra tokens at the end of %(endif|else) directive')
|
addFilter(r'extra tokens at the end of %(endif|else) directive')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user