12 lines
582 B
Plaintext
12 lines
582 B
Plaintext
|
addFilter("incorrect-fsf-address")
|
||
|
addFilter("no-manual-page-for-binary")
|
||
|
addFilter("no-documentation")
|
||
|
# Spinfinity has a symlink to /usr/share/pixmaps/system-logo-white.png
|
||
|
addFilter("dangling-symlink")
|
||
|
# Suppress the error from the ghosted /var/lib/plymouth/boot-duration file
|
||
|
addFilter("non-readable")
|
||
|
# Upstream (and RHEL) has named the logrotate file after the logfilename
|
||
|
# rather then after the package-name
|
||
|
addFilter("incoherent-logrotate-file")
|
||
|
# No provides, the throbgress plugin has been removed upstream
|
||
|
addFilter("W: obsolete-not-provided plymouth-plugin-throbgress")
|