Final touches to the rpmlintrc file

This commit is contained in:
Miro Hrončok 2022-02-10 11:21:37 +01:00
parent a2df6900a7
commit 03bdb93231
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ addFilter(r'no-manual-page-for-binary pypy(3(\.\d+)?)?')
# missing documentation from subpackages
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
addFilter(r'extra tokens at the end of %(endif|else) directive')