Blob Blame History Raw
# Hardlinks within a directory owned by a package are safe.
# easyloggingpp-doc.noarch: W: cross-directory-hard-link /usr/share/doc/easyloggingpp/samples/wxWidgets/build_all.sh /usr/share/doc/easyloggingpp/samples/API/build_all.sh
addFilter(r"easyloggingpp-doc\..*: cross-directory-hard-link \S*/samples/\S* \S*/samples/\S*")
# The -doc subpackage depends on the -devel subpackage, which provides the
# targets of these symlinks.
addFilter(r"easyloggingpp-doc\..*: dangling-relative-symlink \S*/easylogging\+\+\.(cc|h) \S*/easylogging\+\+\.(cc|h)")
# See above: we need the -devel subpackage for symlink targets.
addFilter(r"easyloggingpp-doc\..*: devel-dependency")
# All documentation is in the -doc subpackage.
addFilter(r' no-documentation$')
# Not a real spelling error:
addFilter(r" spelling-error \('[Gg]ithub',")