File rutorrent.rpmlintrc of Package rutorrent
# rpmlintrc for rutorrent package to suppress specific errors and warnings
# Suppress htaccess-file errors (legitimate for this web application using Apache / HTTPd)
addFilter("htaccess-file /etc/webapps/rutorrent/conf/.htaccess")
addFilter("htaccess-file /usr/share/webapps/rutorrent/share/.htaccess")
addFilter("htaccess-file /usr/share/webapps/rutorrent/tests/.htaccess")
# Suppress hidden-file-or-dir warnings (expected for .htaccess and test files using Apache / HTTPd)
addFilter("hidden-file-or-dir /etc/webapps/rutorrent/conf/.htaccess")
addFilter("hidden-file-or-dir /usr/share/webapps/rutorrent/share/.htaccess")
addFilter("hidden-file-or-dir /usr/share/webapps/rutorrent/tests/.babel-jest-wrapper.js")
addFilter("hidden-file-or-dir /usr/share/webapps/rutorrent/tests/.htaccess")