allegro/allegro.rpmlintrc
2023-07-26 21:16:18 +02:00

7 lines
332 B
Text

# Some of our sub-packages do not contain docs
addFilter("W: no-documentation")
# Some of our tools do not have a manpage
addFilter("W: no-manual-page-for-binary .*")
# Ignore warnings about some manpages being shared between functions
addFilter("W: files-duplicate /usr/share/man/man3/.*")
addFilter("W: package-with-huge-docs.*")