from Config import * # Ignore dangling symlinks in .build-id dirs addFilter("znc\..*: W: dangling-relative-symlink /usr/lib/.build-id/.*") # No documentation is expected in these packages addFilter("znc-(devel|modperl|modpython|modtcl)\..*: W: no-documentation") # /var/lib/znc is expected to be owned by the znc user/group addFilter("znc\..*: W: non-standard-[gu]id /var/lib/znc znc") # Some template files are expected to be empty addFilter("znc\..*: E: zero-length /usr/share/znc/webskins/.*/tmpl/.*\.tmpl")