Blob Blame History Raw

# Disable warning on duplicate files.
# This package uses a huge number (1990 cases at the time of wrinting)
# duplicates in the tables definitions, and patching this is totally
# out of scope for my limited time.
addFilter(r" W: files-duplicate ")
addFilter(r" E: files-duplicated-waste ")

# Disable warnings on missing man pages.
# The tools that have --help output have been fixed by using help2man.
# The remaining ones have no help output whatsoever and are not easy to fix.
addFilter(r" W: no-manual-page-for-binary ")