2025-01-07 02:12:08 +00:00
|
|
|
# A non-executable file in bindir is used by paraview to locate plugins (hard-coded)
|
|
|
|
# See https://gitlab.kitware.com/paraview/paraview/issues/19706
|
|
|
|
addFilter("non-executable-in-bin .*/usr/bin/paraview\.conf")
|
|
|
|
addFilter("script-without-shebang .*/usr/bin/paraview\.conf")
|
|
|
|
|
|
|
|
# This is a (static) plugin
|
|
|
|
addFilter("devel-file-in-non-devel-package .*/usr/lib.*/paraview-[0-9.]*/plugins/.*.a")
|
|
|
|
|
|
|
|
# python3-matplotlib is not a lib
|
|
|
|
addFilter("python3-paraview.* explicit-lib-dependency python3-matplotlib")
|
|
|
|
|
|
|
|
# 0 size files are referenced in cmake files
|
2025-01-07 17:09:51 +00:00
|
|
|
addFilter("paraview.* zero-length")
|