plymouth/plymouth.rpmlintrc
Hans de Goede 3164080570 We are carrying so much patches from upstream that we are practically
following upstream master, switch to a git snapshot
Add keyboard layout and capslock state indicator support (rhbz#825406)
Fix "Installing Updates..." text being rendered all garbled on devices
  where the panel is mounted 90 degrees rotated (rhbz#1753418)
2019-10-01 12:51:53 +02:00

10 lines
403 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")
# FIXME: we need to stop using /var/run and use /run instead
addFilter("dir-or-file-in-var-run")