# We are not going to adjust capitalization in translated text! We trust the # human who translated it more than the program linting it. addFilter(r" summary-not-capitalized ka ") # A man page for a GUI executable without interesting command-line options is # not very useful. addFilter(r" no-manual-page-for-binary ") # Hardlinks within a directory owned by a package are safe. addFilter(r" cross-directory-hard-link \S*/icons/hicolor/\S* \S*/icons/hicolor/\S*")