7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
|
# The docs are on other subpackages
|
||
|
addFilter(r'no-documentation')
|
||
|
# Only the tests / example lack manpages, and there are no plans to fix this
|
||
|
addFilter(r'no-manual-page-for-binary')
|
||
|
# "libusb" is not a spelling error <sigh>
|
||
|
addFilter(r'spelling-error')
|