rpmlint: Don't report extra tokens at the end of %endif/%else directives
This commit is contained in:
parent
85d33dcc0a
commit
cc21214f57
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ addFilter(r'read-error /usr/lib(64)?/pkgconfig/python-3\.\ddm\.pc \[Errno 2\]')
|
|||
addFilter(r'macro-in-comment %\{_pyconfig(32|64)_h\}')
|
||||
|
||||
# Python modules don't need to be linked against libc
|
||||
addFilter(r'E: library-not-linked-against-libc /usr/lib(64)?/python3.\d/lib-dynload/')
|
||||
addFilter(r'(E|W): library-not-linked-against-libc /usr/lib(64)?/python3.\d/lib-dynload/')
|
||||
|
||||
# SPELLING ERRORS
|
||||
addFilter(r'spelling-error .* en_US (bytecode|pyc|filename|tkinter|namespaces|pytest) ')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue