13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
|
# according to the developers this is a false positive
|
||
|
addFilter("libvlccore8.* shared-lib-calls-exit")
|
||
|
|
||
|
# there's a good reason for packaging vlc and vlc.desktop separately
|
||
|
addFilter("desktopfile-without-binary")
|
||
|
|
||
|
# plugins.dat is created on startup if necessary
|
||
|
addFilter("vlc-noX.* ghost-files-without-postin")
|
||
|
|
||
|
# these are false positives
|
||
|
addFilter("(libvlccore8|vlc-qt).* file-contains-date-and-time")
|
||
|
|