# we might introduce language based sub-packages later, but not for now
addFilter("file-not-in-%lang.*/usr/share/php/limesurvey/locale/.*");
# especially the empty index.html files are there by intention
addFilter("zero-length.*/usr/share/php/limesurvey/.*");
# we do not want to execute any file in the wwwroot on the console at the moment
addFilter("non-executable-script.*/usr/share/php/limesurvey/.*");
# not a lib
addFilter("explicit-lib-dependency php-zlib");
# this avoids symlinks in apache
addFilter("non-etc-or-var-file-marked-as-conffile.*/usr/share/php/limesurvey/application/config/.*");
