diff --git a/agenda.rpmlintrc b/agenda.rpmlintrc new file mode 100644 index 0000000..5684ba7 --- /dev/null +++ b/agenda.rpmlintrc @@ -0,0 +1,8 @@ +# 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*")